#7664CF

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

Shades of Slate Blue #7664CF

Tints of Slate Blue #7664CF

Color information

#7664CF (or 0x7664CF) is unknown color: approx Slate Blue. HEX triplet: 76, 64 and CF. RGB value is (118,100,207). Sum of RGB (Red+Green+Blue) = 118+100+207=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #7664CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7664CF is #899B30. Grayscale: #757575. Windows color (decimal): -9018161 or 13591670. OLE color: 13591670.

HSL color Cylindrical-coordinate representation of color #7664CF: hue angle of 250.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7664CF is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118100207-
CMYK0.430.5200.19
HSL250.09º52.71%60.2%-
HSV(B)250.09º51.69%81.18%-
XYZ23.2917.4761.18-
YUV117.58178.46128.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.76%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 207 (81.25% from 255) = 48.71%
R=27.76%
G=23.53%
B=48.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181002070.430.5200.19250.0952.7160.2
Hex7664CF2B34013fa353c
Octal16614431753640233726574
Binary111011011001001100111110101111010001001111111010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7664CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7664CF; }

 p { color: rgb(118,100,207); }

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

<style>
 a { background-color: #7664CF; }

 a { background-color: rgb(118,100,207); }

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

<style>
 span { border-color: #7664CF; }

 span { border-color: rgb(118,100,207); }

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