#7254DB

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

Shades of Slate Blue #7254DB

Tints of Slate Blue #7254DB

Color information

#7254DB (or 0x7254DB) is unknown color: approx Slate Blue. HEX triplet: 72, 54 and DB. RGB value is (114,84,219). Sum of RGB (Red+Green+Blue) = 114+84+219=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #7254DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254DB is #8DAB24. Grayscale: #6B6B6B. Windows color (decimal): -9284389 or 14374002. OLE color: 14374002.

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

Color convert

RGB11484219-
CMYK0.480.6200.14
HSL253.33º65.22%59.41%-
HSV(B)253.33º61.64%85.88%-
XYZ22.915.0368.71-
YUV108.36190.44132.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 219 (85.94% from 255) = 52.52%
R=27.34%
G=20.14%
B=52.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal114842190.480.6200.14253.3365.2259.41
Hex7254DB303E0Efd413b
Octal162124333607601637510173
Binary111001010101001101101111000011111001110111111011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7254DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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