Html Css Color HEX #774BDC Slate Blue

📋 copy color: '#774BDC'

red 119 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #774BDC

Tints of Slate Blue #774BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 28.74%
G = 18.12%
B = 53.14%

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

#774BDC (or 0x774BDC) is known color: Slate Blue. HEX triplet: 77, 4B and DC. RGB value is (119,75,220). Sum of RGB (Red+Green+Blue) = 119+75+220=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #774BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BDC is #88B423. Grayscale: #686868. Windows color (decimal): -8959012 or 14437239. OLE color: 14437239.

HSL color Cylindrical-coordinate representation of color #774BDC: hue angle of 258.21º 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 #774BDC is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 75 220 -
CMYK 0.46 0.66 0 0.14
HSL 258.21º 0.67% 0.58% -
HSV(B) 258.21º 0.66% 0.86% -
XYZ 23.04 14.12 69.22 -
YUV 104.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 119 75 220 0.46 0.66 0 0.14 258.21 0.67 0.58
Hex 77 4B DC 2E 42 0 E 102 43 3A
Octal 167 113 334 56 102 0 16 402 103 72
Binary 1110111 1001011 11011100 101110 1000010 0 1110 100000010 1000011 111010

Color Harmonies of #774BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BDC

Black with #774BDC

Text Example


Text Example

White with #774BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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