Html Css Color HEX #7662CB Slate Blue

📋 copy color: '#7662CB'

red 118 ◦ green 98 ◦ blue 203

#7662CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7662CB

Tints of Slate Blue #7662CB

RGB

 RED value IS 118 (46.48% from 255) = 28.16%

 GREEN value IS 98 (38.67% from 255) = 23.39%

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 28.16%
G = 23.39%
B = 48.45%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7662CB (or 0x7662CB) is known color: Slate Blue. HEX triplet: 76, 62 and CB. RGB value is (118,98,203). Sum of RGB (Red+Green+Blue) = 118+98+203=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #7662CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662CB is #899D34. Grayscale: #737373. Windows color (decimal): -9018677 or 13329014. OLE color: 13329014.

HSL color Cylindrical-coordinate representation of color #7662CB: hue angle of 251.43º 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 #7662CB is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 98 203 -
CMYK 0.42 0.52 0 0.20
HSL 251.43º 0.5% 0.59% -
HSV(B) 251.43º 0.52% 0.8% -
XYZ 22.62 16.9 58.57 -
YUV 115.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 118 98 203 0.42 0.52 0 0.20 251.43 0.5 0.59
Hex 76 62 CB 2A 34 0 14 FB 32 3B
Octal 166 142 313 52 64 0 24 373 62 73
Binary 1110110 1100010 11001011 101010 110100 0 10100 11111011 110010 111011

Color Harmonies of #7662CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662CB

Black with #7662CB

Text Example


Text Example

White with #7662CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7662CB;
 }
 .AnyTagClassName
 {
   color: #7662CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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