#7661CB

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

Shades of Slate Blue #7661CB

Tints of Slate Blue #7661CB

Color information

#7661CB (or 0x7661CB) is unknown color: approx Slate Blue. HEX triplet: 76, 61 and CB. RGB value is (118,97,203). Sum of RGB (Red+Green+Blue) = 118+97+203=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #7661CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7661CB is #899E34. Grayscale: #727272. Windows color (decimal): -9018933 or 13328758. OLE color: 13328758.

HSL color Cylindrical-coordinate representation of color #7661CB: hue angle of 251.89º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7661CB is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11897203-
CMYK0.420.5200.20
HSL251.89º50.48%58.82%-
HSV(B)251.89º52.22%79.61%-
XYZ22.5316.7158.54-
YUV115.36177.46129.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=28.23%
G=23.21%
B=48.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118972030.420.5200.20251.8950.4858.82
Hex7661CB2A34014fc323b
Octal16614131352640243746273
Binary111011011000011100101110101011010001010011111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7661CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7661CB; }

 p { color: rgb(118,97,203); }

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

<style>
 a { background-color: #7661CB; }

 a { background-color: rgb(118,97,203); }

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

<style>
 span { border-color: #7661CB; }

 span { border-color: rgb(118,97,203); }

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