Html Css Color HEX #7662CD Slate Blue

📋 copy color: '#7662CD'

red 118 ◦ green 98 ◦ blue 205

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

Shades of Slate Blue #7662CD

Tints of Slate Blue #7662CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 28.03%
G = 23.28%
B = 48.69%

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

#7662CD (or 0x7662CD) is known color: Slate Blue. HEX triplet: 76, 62 and CD. RGB value is (118,98,205). Sum of RGB (Red+Green+Blue) = 118+98+205=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7662CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662CD is #899D32. Grayscale: #737373. Windows color (decimal): -9018675 or 13460086. OLE color: 13460086.

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

Color convert

RGB 118 98 205 -
CMYK 0.42 0.52 0 0.20
HSL 251.22º 0.52% 0.59% -
HSV(B) 251.22º 0.52% 0.8% -
XYZ 22.86 16.99 59.83 -
YUV 116.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 118 98 205 0.42 0.52 0 0.20 251.22 0.52 0.59
Hex 76 62 CD 2A 34 0 14 FB 34 3B
Octal 166 142 315 52 64 0 24 373 64 73
Binary 1110110 1100010 11001101 101010 110100 0 10100 11111011 110100 111011

Color Harmonies of #7662CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662CD

Black with #7662CD

Text Example


Text Example

White with #7662CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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