#7855D5

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

Shades of Slate Blue #7855D5

Tints of Slate Blue #7855D5

Color information

#7855D5 (or 0x7855D5) is unknown color: approx Slate Blue. HEX triplet: 78, 55 and D5. RGB value is (120,85,213). Sum of RGB (Red+Green+Blue) = 120+85+213=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #7855D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855D5 is #87AA2A. Grayscale: #6D6D6D. Windows color (decimal): -8890923 or 13981048. OLE color: 13981048.

HSL color Cylindrical-coordinate representation of color #7855D5: hue angle of 256.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7855D5 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12085213-
CMYK0.440.6000.16
HSL256.41º60.38%58.43%-
HSV(B)256.41º60.09%83.53%-
XYZ2315.2964.69-
YUV110.06186.1135.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 213 (83.59% from 255) = 50.96%
R=28.71%
G=20.33%
B=50.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal120852130.440.6000.16256.4160.3858.43
Hex7855D52C3C0101003c3a
Octal17012532554740204007472
Binary1111000101010111010101101100111100010000100000000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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