#7255DB

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

Shades of Slate Blue #7255DB

Tints of Slate Blue #7255DB

Color information

#7255DB (or 0x7255DB) is unknown color: approx Slate Blue. HEX triplet: 72, 55 and DB. RGB value is (114,85,219). Sum of RGB (Red+Green+Blue) = 114+85+219=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #7255DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255DB is #8DAA24. Grayscale: #6C6C6C. Windows color (decimal): -9284133 or 14374258. OLE color: 14374258.

HSL color Cylindrical-coordinate representation of color #7255DB: hue angle of 252.99º 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 #7255DB is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11485219-
CMYK0.480.6100.14
HSL252.99º65.05%59.61%-
HSV(B)252.99º61.19%85.88%-
XYZ22.9715.1968.74-
YUV108.95190.11131.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 219 (85.94% from 255) = 52.39%
R=27.27%
G=20.33%
B=52.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal114852190.480.6100.14252.9965.0559.61
Hex7255DB303D0Efd413c
Octal162125333607501637510174
Binary111001010101011101101111000011110101110111111011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7255DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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