Html Css Color HEX #784EDB Slate Blue

📋 copy color: '#784EDB'

red 120 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #784EDB

Tints of Slate Blue #784EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

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

R = 28.78%
G = 18.71%
B = 52.52%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#784EDB (or 0x784EDB) is known color: Slate Blue. HEX triplet: 78, 4E and DB. RGB value is (120,78,219). Sum of RGB (Red+Green+Blue) = 120+78+219=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #784EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EDB is #87B124. Grayscale: #6A6A6A. Windows color (decimal): -8892709 or 14372472. OLE color: 14372472.

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

Color convert

RGB 120 78 219 -
CMYK 0.45 0.64 0 0.14
HSL 257.87º 0.66% 0.58% -
HSV(B) 257.87º 0.64% 0.86% -
XYZ 23.26 14.56 68.6 -
YUV 106.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 120 78 219 0.45 0.64 0 0.14 257.87 0.66 0.58
Hex 78 4E DB 2D 40 0 E 102 42 3A
Octal 170 116 333 55 100 0 16 402 102 72
Binary 1111000 1001110 11011011 101101 1000000 0 1110 100000010 1000010 111010

Color Harmonies of #784EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784EDB

Black with #784EDB

Text Example


Text Example

White with #784EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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