Html Css Color HEX #774BDB Slate Blue

📋 copy color: '#774BDB'

red 119 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #774BDB

Tints of Slate Blue #774BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.16%

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 28.81%
G = 18.16%
B = 53.03%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#774BDB (or 0x774BDB) is known color: Slate Blue. HEX triplet: 77, 4B and DB. RGB value is (119,75,219). Sum of RGB (Red+Green+Blue) = 119+75+219=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #774BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BDB is #88B424. Grayscale: #686868. Windows color (decimal): -8959013 or 14371703. OLE color: 14371703.

HSL color Cylindrical-coordinate representation of color #774BDB: hue angle of 258.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774BDB is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 75 219 -
CMYK 0.46 0.66 0 0.14
HSL 258.33º 0.67% 0.58% -
HSV(B) 258.33º 0.66% 0.86% -
XYZ 22.91 14.07 68.53 -
YUV 104.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 119 75 219 0.46 0.66 0 0.14 258.33 0.67 0.58
Hex 77 4B DB 2E 42 0 E 102 43 3A
Octal 167 113 333 56 102 0 16 402 103 72
Binary 1110111 1001011 11011011 101110 1000010 0 1110 100000010 1000011 111010

Color Harmonies of #774BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BDB

Black with #774BDB

Text Example


Text Example

White with #774BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774BDB; }

 p { color: rgb(119,75,219); }

 H1.HeaderClassName
 {
   color: #774BDB;
 }
 .AnyTagClassName
 {
   color: #774BDB;
 }
</style>

background-color css

<style>
 a { background-color: #774BDB; }

 a { background-color: rgb(119,75,219); }

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

border-color css

<style>
 span { border-color: #774BDB; }

 span { border-color: rgb(119,75,219); }

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