Html Css Color HEX #766AD0 Slate Blue

📋 copy color: '#766AD0'

red 118 ◦ green 106 ◦ blue 208

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

Shades of Slate Blue #766AD0

Tints of Slate Blue #766AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.15%

R = 27.31%
G = 24.54%
B = 48.15%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#766AD0 (or 0x766AD0) is known color: Slate Blue. HEX triplet: 76, 6A and D0. RGB value is (118,106,208). Sum of RGB (Red+Green+Blue) = 118+106+208=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #766AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AD0 is #89952F. Grayscale: #787878. Windows color (decimal): -9016624 or 13658742. OLE color: 13658742.

HSL color Cylindrical-coordinate representation of color #766AD0: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766AD0 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 106 208 -
CMYK 0.43 0.49 0 0.18
HSL 247.06º 0.52% 0.62% -
HSV(B) 247.06º 0.49% 0.82% -
XYZ 24.01 18.71 62.02 -
YUV 121.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 118 106 208 0.43 0.49 0 0.18 247.06 0.52 0.62
Hex 76 6A D0 2B 31 0 12 F7 34 3E
Octal 166 152 320 53 61 0 22 367 64 76
Binary 1110110 1101010 11010000 101011 110001 0 10010 11110111 110100 111110

Color Harmonies of #766AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AD0

Black with #766AD0

Text Example


Text Example

White with #766AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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