#7855C3

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

Shades of Slate Blue #7855C3

Tints of Slate Blue #7855C3

Color information

#7855C3 (or 0x7855C3) is unknown color: approx Slate Blue. HEX triplet: 78, 55 and C3. RGB value is (120,85,195). Sum of RGB (Red+Green+Blue) = 120+85+195=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #7855C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855C3 is #87AA3C. Grayscale: #6B6B6B. Windows color (decimal): -8890941 or 12801400. OLE color: 12801400.

HSL color Cylindrical-coordinate representation of color #7855C3: hue angle of 259.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7855C3 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12085195-
CMYK0.380.5600.24
HSL259.09º47.83%54.9%-
HSV(B)259.09º56.41%76.47%-
XYZ20.8414.4353.32-
YUV108177.1136.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 195 (76.56% from 255) = 48.75%
R=30%
G=21.25%
B=48.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120851950.380.5600.24259.0947.8354.9
Hex7855C326380181033037
Octal17012530346700304036067
Binary1111000101010111000011100110111000011000100000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7855C3; }

 p { color: rgb(120,85,195); }

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

<style>
 a { background-color: #7855C3; }

 a { background-color: rgb(120,85,195); }

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

<style>
 span { border-color: #7855C3; }

 span { border-color: rgb(120,85,195); }

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