Html Css Color HEX #784BDE Slate Blue

📋 copy color: '#784BDE'

red 120 ◦ green 75 ◦ blue 222

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

Shades of Slate Blue #784BDE

Tints of Slate Blue #784BDE

RGB

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

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

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

R = 28.78%
G = 17.99%
B = 53.24%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#784BDE (or 0x784BDE) is known color: Slate Blue. HEX triplet: 78, 4B and DE. RGB value is (120,75,222). Sum of RGB (Red+Green+Blue) = 120+75+222=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #784BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BDE is #87B421. Grayscale: #686868. Windows color (decimal): -8893474 or 14568312. OLE color: 14568312.

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

Color convert

RGB 120 75 222 -
CMYK 0.46 0.66 0 0.13
HSL 258.37º 0.69% 0.58% -
HSV(B) 258.37º 0.66% 0.87% -
XYZ 23.45 14.3 70.63 -
YUV 105.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 120 75 222 0.46 0.66 0 0.13 258.37 0.69 0.58
Hex 78 4B DE 2E 42 0 D 102 45 3A
Octal 170 113 336 56 102 0 15 402 105 72
Binary 1111000 1001011 11011110 101110 1000010 0 1101 100000010 1000101 111010

Color Harmonies of #784BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BDE

Black with #784BDE

Text Example


Text Example

White with #784BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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