#784FCA

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

Shades of Slate Blue #784FCA

Tints of Slate Blue #784FCA

Color information

#784FCA (or 0x784FCA) is unknown color: approx Slate Blue. HEX triplet: 78, 4F and CA. RGB value is (120,79,202). Sum of RGB (Red+Green+Blue) = 120+79+202=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #784FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FCA is #87B035. Grayscale: #686868. Windows color (decimal): -8892470 or 13258616. OLE color: 13258616.

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

Color convert

RGB12079202-
CMYK0.410.6100.21
HSL260º53.71%55.1%-
HSV(B)260º60.89%79.22%-
XYZ21.213.8557.43-
YUV105.28182.58138.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 79 (31.25% from 255) = 19.70%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=29.93%
G=19.70%
B=50.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120792020.410.6100.2126053.7155.1
Hex784FCA293D0151043637
Octal17011731251750254046667
Binary1111000100111111001010101001111101010101100000100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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