#7665CD

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

Shades of Slate Blue #7665CD

Tints of Slate Blue #7665CD

Color information

#7665CD (or 0x7665CD) is unknown color: approx Slate Blue. HEX triplet: 76, 65 and CD. RGB value is (118,101,205). Sum of RGB (Red+Green+Blue) = 118+101+205=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #7665CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665CD is #899A32. Grayscale: #757575. Windows color (decimal): -9017907 or 13460854. OLE color: 13460854.

HSL color Cylindrical-coordinate representation of color #7665CD: hue angle of 249.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7665CD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118101205-
CMYK0.420.5100.20
HSL249.81º50.98%60%-
HSV(B)249.81º50.73%80.39%-
XYZ23.1417.5759.93-
YUV117.94177.13128.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=27.83%
G=23.82%
B=48.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181012050.420.5100.20249.8150.9860
Hex7665CD2A33014fa333c
Octal16614531552630243726374
Binary111011011001011100110110101011001101010011111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7665CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7665CD; }

 p { color: rgb(118,101,205); }

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

<style>
 a { background-color: #7665CD; }

 a { background-color: rgb(118,101,205); }

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

<style>
 span { border-color: #7665CD; }

 span { border-color: rgb(118,101,205); }

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