Html Css Color HEX #776AD4 Slate Blue

📋 copy color: '#776AD4'

red 119 ◦ green 106 ◦ blue 212

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

Shades of Slate Blue #776AD4

Tints of Slate Blue #776AD4

RGB

 RED value IS 119 (46.88% from 255) = 27.23%

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

 BLUE value IS 212 (83.2% from 255) = 48.51%

R = 27.23%
G = 24.26%
B = 48.51%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#776AD4 (or 0x776AD4) is known color: Slate Blue. HEX triplet: 77, 6A and D4. RGB value is (119,106,212). Sum of RGB (Red+Green+Blue) = 119+106+212=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #776AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776AD4 is #88952B. Grayscale: #797979. Windows color (decimal): -8951084 or 13920887. OLE color: 13920887.

HSL color Cylindrical-coordinate representation of color #776AD4: hue angle of 247.36º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776AD4 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 106 212 -
CMYK 0.44 0.5 0 0.17
HSL 247.36º 0.55% 0.62% -
HSV(B) 247.36º 0.5% 0.83% -
XYZ 24.65 18.98 64.65 -
YUV 121.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 119 106 212 0.44 0.5 0 0.17 247.36 0.55 0.62
Hex 77 6A D4 2C 32 0 11 F7 37 3E
Octal 167 152 324 54 62 0 21 367 67 76
Binary 1110111 1101010 11010100 101100 110010 0 10001 11110111 110111 111110

Color Harmonies of #776AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776AD4

Black with #776AD4

Text Example


Text Example

White with #776AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776AD4; }

 p { color: rgb(119,106,212); }

 H1.HeaderClassName
 {
   color: #776AD4;
 }
 .AnyTagClassName
 {
   color: #776AD4;
 }
</style>

background-color css

<style>
 a { background-color: #776AD4; }

 a { background-color: rgb(119,106,212); }

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

border-color css

<style>
 span { border-color: #776AD4; }

 span { border-color: rgb(119,106,212); }

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