Html Css Color HEX #784BDC Slate Blue

📋 copy color: '#784BDC'

red 120 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #784BDC

Tints of Slate Blue #784BDC

RGB

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

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

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

R = 28.92%
G = 18.07%
B = 53.01%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#784BDC (or 0x784BDC) is known color: Slate Blue. HEX triplet: 78, 4B and DC. RGB value is (120,75,220). Sum of RGB (Red+Green+Blue) = 120+75+220=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #784BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BDC is #87B423. Grayscale: #686868. Windows color (decimal): -8893476 or 14437240. OLE color: 14437240.

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

Color convert

RGB 120 75 220 -
CMYK 0.45 0.66 0 0.14
HSL 258.62º 0.67% 0.58% -
HSV(B) 258.62º 0.66% 0.86% -
XYZ 23.18 14.19 69.23 -
YUV 104.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 120 75 220 0.45 0.66 0 0.14 258.62 0.67 0.58
Hex 78 4B DC 2D 42 0 E 103 43 3A
Octal 170 113 334 55 102 0 16 403 103 72
Binary 1111000 1001011 11011100 101101 1000010 0 1110 100000011 1000011 111010

Color Harmonies of #784BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BDC

Black with #784BDC

Text Example


Text Example

White with #784BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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