Html Css Color HEX #784ECD Slate Blue

📋 copy color: '#784ECD'

red 120 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #784ECD

Tints of Slate Blue #784ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 29.78%
G = 19.35%
B = 50.87%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#784ECD (or 0x784ECD) is known color: Slate Blue. HEX triplet: 78, 4E and CD. RGB value is (120,78,205). Sum of RGB (Red+Green+Blue) = 120+78+205=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #784ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784ECD is #87B132. Grayscale: #686868. Windows color (decimal): -8892723 or 13454968. OLE color: 13454968.

HSL color Cylindrical-coordinate representation of color #784ECD: hue angle of 259.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784ECD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 78 205 -
CMYK 0.41 0.62 0 0.20
HSL 259.84º 0.56% 0.55% -
HSV(B) 259.84º 0.62% 0.8% -
XYZ 21.49 13.85 59.3 -
YUV 105.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 120 78 205 0.41 0.62 0 0.20 259.84 0.56 0.55
Hex 78 4E CD 29 3E 0 14 104 38 37
Octal 170 116 315 51 76 0 24 404 70 67
Binary 1111000 1001110 11001101 101001 111110 0 10100 100000100 111000 110111

Color Harmonies of #784ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ECD

Black with #784ECD

Text Example


Text Example

White with #784ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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