Html Css Color HEX #766ACE Slate Blue

📋 copy color: '#766ACE'

red 118 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #766ACE

Tints of Slate Blue #766ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.65%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 27.44%
G = 24.65%
B = 47.91%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#766ACE (or 0x766ACE) is known color: Slate Blue. HEX triplet: 76, 6A and CE. RGB value is (118,106,206). Sum of RGB (Red+Green+Blue) = 118+106+206=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #766ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ACE is #899531. Grayscale: #787878. Windows color (decimal): -9016626 or 13527670. OLE color: 13527670.

HSL color Cylindrical-coordinate representation of color #766ACE: hue angle of 247.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766ACE is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 106 206 -
CMYK 0.43 0.49 0 0.19
HSL 247.2º 0.51% 0.61% -
HSV(B) 247.2º 0.49% 0.81% -
XYZ 23.77 18.62 60.73 -
YUV 120.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 118 106 206 0.43 0.49 0 0.19 247.2 0.51 0.61
Hex 76 6A CE 2B 31 0 13 F7 33 3D
Octal 166 152 316 53 61 0 23 367 63 75
Binary 1110110 1101010 11001110 101011 110001 0 10011 11110111 110011 111101

Color Harmonies of #766ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ACE

Black with #766ACE

Text Example


Text Example

White with #766ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766ACE; }

 p { color: rgb(118,106,206); }

 H1.HeaderClassName
 {
   color: #766ACE;
 }
 .AnyTagClassName
 {
   color: #766ACE;
 }
</style>

background-color css

<style>
 a { background-color: #766ACE; }

 a { background-color: rgb(118,106,206); }

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

border-color css

<style>
 span { border-color: #766ACE; }

 span { border-color: rgb(118,106,206); }

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