#7248E0

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

Shades of Slate Blue #7248E0

Tints of Slate Blue #7248E0

Color information

#7248E0 (or 0x7248E0) is unknown color: approx Slate Blue. HEX triplet: 72, 48 and E0. RGB value is (114,72,224). Sum of RGB (Red+Green+Blue) = 114+72+224=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #7248E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7248E0 is #8DB71F. Grayscale: #656565. Windows color (decimal): -9287456 or 14698610. OLE color: 14698610.

HSL color Cylindrical-coordinate representation of color #7248E0: hue angle of 256.58º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7248E0 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11472224-
CMYK0.490.6800.12
HSL256.58º71.03%58.04%-
HSV(B)256.58º67.86%87.84%-
XYZ22.7113.5971.95-
YUV101.89196.91136.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 224 (87.89% from 255) = 54.63%
R=27.80%
G=17.56%
B=54.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114722240.490.6800.12256.5871.0358.04
Hex7248E031440C101473a
Octal1621103406110401440110772
Binary11100101001000111000001100011000100011001000000011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7248E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7248E0; }

 p { color: rgb(114,72,224); }

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

<style>
 a { background-color: #7248E0; }

 a { background-color: rgb(114,72,224); }

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

<style>
 span { border-color: #7248E0; }

 span { border-color: rgb(114,72,224); }

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