#7254CF

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

Shades of Slate Blue #7254CF

Tints of Slate Blue #7254CF

Color information

#7254CF (or 0x7254CF) is unknown color: approx Slate Blue. HEX triplet: 72, 54 and CF. RGB value is (114,84,207). Sum of RGB (Red+Green+Blue) = 114+84+207=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #7254CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254CF is #8DAB30. Grayscale: #6A6A6A. Windows color (decimal): -9284401 or 13587570. OLE color: 13587570.

HSL color Cylindrical-coordinate representation of color #7254CF: hue angle of 254.63º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7254CF is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11484207-
CMYK0.450.5900.19
HSL254.63º56.16%57.06%-
HSV(B)254.63º59.42%81.18%-
XYZ21.3714.4260.69-
YUV106.99184.44133-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 207 (81.25% from 255) = 51.11%
R=28.15%
G=20.74%
B=51.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal114842070.450.5900.19254.6356.1657.06
Hex7254CF2D3B013ff3839
Octal16212431755730233777071
Binary111001010101001100111110110111101101001111111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7254CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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