Html Css Color HEX #784ADE Slate Blue

📋 copy color: '#784ADE'

red 120 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #784ADE

Tints of Slate Blue #784ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 28.85%
G = 17.79%
B = 53.37%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#784ADE (or 0x784ADE) is known color: Slate Blue. HEX triplet: 78, 4A and DE. RGB value is (120,74,222). Sum of RGB (Red+Green+Blue) = 120+74+222=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #784ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ADE is #87B521. Grayscale: #686868. Windows color (decimal): -8893730 or 14568056. OLE color: 14568056.

HSL color Cylindrical-coordinate representation of color #784ADE: hue angle of 258.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #784ADE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 74 222 -
CMYK 0.46 0.67 0 0.13
HSL 258.65º 0.69% 0.58% -
HSV(B) 258.65º 0.67% 0.87% -
XYZ 23.38 14.16 70.61 -
YUV 104.63 194.24 138.97 -
System Red Green Blue C M Y K H S L
Decimal 120 74 222 0.46 0.67 0 0.13 258.65 0.69 0.58
Hex 78 4A DE 2E 43 0 D 103 45 3A
Octal 170 112 336 56 103 0 15 403 105 72
Binary 1111000 1001010 11011110 101110 1000011 0 1101 100000011 1000101 111010

Color Harmonies of #784ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ADE

Black with #784ADE

Text Example


Text Example

White with #784ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,74,222); }

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

background-color css

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

 a { background-color: rgb(120,74,222); }

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

border-color css

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

 span { border-color: rgb(120,74,222); }

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