#7855C1

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

Shades of Slate Blue #7855C1

Tints of Slate Blue #7855C1

Color information

#7855C1 (or 0x7855C1) is unknown color: approx Slate Blue. HEX triplet: 78, 55 and C1. RGB value is (120,85,193). Sum of RGB (Red+Green+Blue) = 120+85+193=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #7855C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855C1 is #87AA3E. Grayscale: #6B6B6B. Windows color (decimal): -8890943 or 12670328. OLE color: 12670328.

HSL color Cylindrical-coordinate representation of color #7855C1: hue angle of 259.44º degrees, saturation: 0.47, 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 #7855C1 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12085193-
CMYK0.380.5600.24
HSL259.44º46.55%54.51%-
HSV(B)259.44º55.96%75.69%-
XYZ20.6214.3452.13-
YUV107.78176.1136.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=30.15%
G=21.36%
B=48.49%

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
Decimal120851930.380.5600.24259.4446.5554.51
Hex7855C126380181032f37
Octal17012530146700304035767
Binary1111000101010111000001100110111000011000100000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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