#7955DB

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

Shades of Slate Blue #7955DB

Tints of Slate Blue #7955DB

Color information

#7955DB (or 0x7955DB) is unknown color: approx Slate Blue. HEX triplet: 79, 55 and DB. RGB value is (121,85,219). Sum of RGB (Red+Green+Blue) = 121+85+219=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #7955DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7955DB is #86AA24. Grayscale: #6E6E6E. Windows color (decimal): -8825381 or 14374265. OLE color: 14374265.

HSL color Cylindrical-coordinate representation of color #7955DB: hue angle of 256.12º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7955DB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12185219-
CMYK0.450.6100.14
HSL256.12º65.05%59.61%-
HSV(B)256.12º61.19%85.88%-
XYZ23.9215.6868.78-
YUV111.04188.93135.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.47%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 219 (85.94% from 255) = 51.53%
R=28.47%
G=20%
B=51.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121852190.450.6100.14256.1265.0559.61
Hex7955DB2D3D0E100413c
Octal171125333557501640010174
Binary1111001101010111011011101101111101011101000000001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7955DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7955DB; }

 p { color: rgb(121,85,219); }

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

<style>
 a { background-color: #7955DB; }

 a { background-color: rgb(121,85,219); }

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

<style>
 span { border-color: #7955DB; }

 span { border-color: rgb(121,85,219); }

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