Html Css Color HEX #784DDB Slate Blue

📋 copy color: '#784DDB'

red 120 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #784DDB

Tints of Slate Blue #784DDB

RGB

 RED value IS 120 (47.27% from 255) = 28.85%

 GREEN value IS 77 (30.47% from 255) = 18.51%

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

R = 28.85%
G = 18.51%
B = 52.64%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#784DDB (or 0x784DDB) is known color: Slate Blue. HEX triplet: 78, 4D and DB. RGB value is (120,77,219). Sum of RGB (Red+Green+Blue) = 120+77+219=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #784DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DDB is #87B224. Grayscale: #696969. Windows color (decimal): -8892965 or 14372216. OLE color: 14372216.

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

Color convert

RGB 120 77 219 -
CMYK 0.45 0.65 0 0.14
HSL 258.17º 0.66% 0.58% -
HSV(B) 258.17º 0.65% 0.86% -
XYZ 23.19 14.42 68.58 -
YUV 106.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 120 77 219 0.45 0.65 0 0.14 258.17 0.66 0.58
Hex 78 4D DB 2D 41 0 E 102 42 3A
Octal 170 115 333 55 101 0 16 402 102 72
Binary 1111000 1001101 11011011 101101 1000001 0 1110 100000010 1000010 111010

Color Harmonies of #784DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DDB

Black with #784DDB

Text Example


Text Example

White with #784DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784DDB; }

 p { color: rgb(120,77,219); }

 H1.HeaderClassName
 {
   color: #784DDB;
 }
 .AnyTagClassName
 {
   color: #784DDB;
 }
</style>

background-color css

<style>
 a { background-color: #784DDB; }

 a { background-color: rgb(120,77,219); }

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

border-color css

<style>
 span { border-color: #784DDB; }

 span { border-color: rgb(120,77,219); }

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