#7252CB

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

Shades of Slate Blue #7252CB

Tints of Slate Blue #7252CB

Color information

#7252CB (or 0x7252CB) is unknown color: approx Slate Blue. HEX triplet: 72, 52 and CB. RGB value is (114,82,203). Sum of RGB (Red+Green+Blue) = 114+82+203=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #7252CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7252CB is #8DAD34. Grayscale: #686868. Windows color (decimal): -9284917 or 13324914. OLE color: 13324914.

HSL color Cylindrical-coordinate representation of color #7252CB: hue angle of 255.87º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7252CB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11482203-
CMYK0.440.6000.20
HSL255.87º53.78%55.88%-
HSV(B)255.87º59.61%79.61%-
XYZ20.7413.9258.09-
YUV105.36183.1134.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.57%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=28.57%
G=20.55%
B=50.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114822030.440.6000.20255.8753.7855.88
Hex7252CB2C3C0141003638
Octal16212231354740244006670
Binary1110010101001011001011101100111100010100100000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7252CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7252CB; }

 p { color: rgb(114,82,203); }

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

<style>
 a { background-color: #7252CB; }

 a { background-color: rgb(114,82,203); }

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

<style>
 span { border-color: #7252CB; }

 span { border-color: rgb(114,82,203); }

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