#7672DA

Color #7672DA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7672DA

Tints of Medium Slate Blue #7672DA

Color information

#7672DA (or 0x7672DA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 72 and DA. RGB value is (118,114,218). Sum of RGB (Red+Green+Blue) = 118+114+218=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #7672DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672DA is #898D25. Grayscale: #7E7E7E. Windows color (decimal): -9014566 or 14316150. OLE color: 14316150.

HSL color Cylindrical-coordinate representation of color #7672DA: hue angle of 242.31º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7672DA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118114218-
CMYK0.460.4800.15
HSL242.31º58.43%65.1%-
HSV(B)242.31º47.71%85.49%-
XYZ26.1420.9569-
YUV127.05179.33121.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 218 (85.55% from 255) = 48.44%
R=26.22%
G=25.33%
B=48.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181142180.460.4800.15242.3158.4365.1
Hex7672DA2E300Ff23a41
Octal166162332566001736272101
Binary111011011100101101101010111011000001111111100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7672DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7672DA; }

 p { color: rgb(118,114,218); }

 H1.HeaderClassName
 {
   color: #7672DA;
 }
 .AnyTagClassName
 {
   color: #7672DA;
 }
</style>
background-color css

<style>
 a { background-color: #7672DA; }

 a { background-color: rgb(118,114,218); }

 div.DivClassName
 {
   background-color: #7672DA;
 }
 .BgClassName
 {
   background-color: #7672DA;
 }
</style>
border-color css

<style>
 span { border-color: #7672DA; }

 span { border-color: rgb(118,114,218); }

 td.TdClassName
 {
   border-color: #7672DA;
 }
 .TagClassName
 {
   border-color: #7672DA;
 }
</style>