#7254CD

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

Shades of Slate Blue #7254CD

Tints of Slate Blue #7254CD

Color information

#7254CD (or 0x7254CD) is unknown color: approx Slate Blue. HEX triplet: 72, 54 and CD. RGB value is (114,84,205). Sum of RGB (Red+Green+Blue) = 114+84+205=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #7254CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254CD is #8DAB32. Grayscale: #6A6A6A. Windows color (decimal): -9284403 or 13456498. OLE color: 13456498.

HSL color Cylindrical-coordinate representation of color #7254CD: hue angle of 254.88º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7254CD is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11484205-
CMYK0.440.5900.20
HSL254.88º54.75%56.67%-
HSV(B)254.88º59.02%80.39%-
XYZ21.1314.3359.41-
YUV106.76183.44133.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=28.29%
G=20.84%
B=50.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114842050.440.5900.20254.8854.7556.67
Hex7254CD2C3B014ff3739
Octal16212431554730243776771
Binary111001010101001100110110110011101101010011111111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7254CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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