Html Css Color HEX #7662CF Slate Blue

📋 copy color: '#7662CF'

red 118 ◦ green 98 ◦ blue 207

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

Shades of Slate Blue #7662CF

Tints of Slate Blue #7662CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 27.9%
G = 23.17%
B = 48.94%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7662CF (or 0x7662CF) is known color: Slate Blue. HEX triplet: 76, 62 and CF. RGB value is (118,98,207). Sum of RGB (Red+Green+Blue) = 118+98+207=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #7662CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662CF is #899D30. Grayscale: #737373. Windows color (decimal): -9018673 or 13591158. OLE color: 13591158.

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

Color convert

RGB 118 98 207 -
CMYK 0.43 0.53 0 0.19
HSL 251.01º 0.53% 0.6% -
HSV(B) 251.01º 0.53% 0.81% -
XYZ 23.1 17.09 61.11 -
YUV 116.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 118 98 207 0.43 0.53 0 0.19 251.01 0.53 0.6
Hex 76 62 CF 2B 35 0 13 FB 35 3C
Octal 166 142 317 53 65 0 23 373 65 74
Binary 1110110 1100010 11001111 101011 110101 0 10011 11111011 110101 111100

Color Harmonies of #7662CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662CF

Black with #7662CF

Text Example


Text Example

White with #7662CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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