Html Css Color HEX #784ECB Slate Blue

📋 copy color: '#784ECB'

red 120 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #784ECB

Tints of Slate Blue #784ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 29.93%
G = 19.45%
B = 50.62%

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

#784ECB (or 0x784ECB) is known color: Slate Blue. HEX triplet: 78, 4E and CB. RGB value is (120,78,203). Sum of RGB (Red+Green+Blue) = 120+78+203=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #784ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784ECB is #87B134. Grayscale: #686868. Windows color (decimal): -8892725 or 13323896. OLE color: 13323896.

HSL color Cylindrical-coordinate representation of color #784ECB: hue angle of 260.16º degrees, saturation: 0.55, 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 #784ECB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 78 203 -
CMYK 0.41 0.62 0 0.20
HSL 260.16º 0.55% 0.55% -
HSV(B) 260.16º 0.62% 0.8% -
XYZ 21.25 13.75 58.03 -
YUV 104.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 120 78 203 0.41 0.62 0 0.20 260.16 0.55 0.55
Hex 78 4E CB 29 3E 0 14 104 37 37
Octal 170 116 313 51 76 0 24 404 67 67
Binary 1111000 1001110 11001011 101001 111110 0 10100 100000100 110111 110111

Color Harmonies of #784ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ECB

Black with #784ECB

Text Example


Text Example

White with #784ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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