#784BCA

Color #784BCA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #784BCA

Tints of Slate Blue #784BCA

Color information

#784BCA (or 0x784BCA) is unknown color: approx Slate Blue. HEX triplet: 78, 4B and CA. RGB value is (120,75,202). Sum of RGB (Red+Green+Blue) = 120+75+202=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #784BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BCA is #87B435. Grayscale: #666666. Windows color (decimal): -8893494 or 13257592. OLE color: 13257592.

HSL color Cylindrical-coordinate representation of color #784BCA: hue angle of 261.26º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #784BCA is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12075202-
CMYK0.410.6300.21
HSL261.26º54.51%54.31%-
HSV(B)261.26º62.87%79.22%-
XYZ20.9213.2957.34-
YUV102.93183.91140.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=30.23%
G=18.89%
B=50.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120752020.410.6300.21261.2654.5154.31
Hex784BCA293F0151053736
Octal17011331251770254056766
Binary1111000100101111001010101001111111010101100000101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #784BCA;
 }
 .AnyTagClassName
 {
   color: #784BCA;
 }
</style>
background-color css

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

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

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

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

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

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