#7248CF

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

Shades of Slate Blue #7248CF

Tints of Slate Blue #7248CF

Color information

#7248CF (or 0x7248CF) is unknown color: approx Slate Blue. HEX triplet: 72, 48 and CF. RGB value is (114,72,207). Sum of RGB (Red+Green+Blue) = 114+72+207=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #7248CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7248CF is #8DB730. Grayscale: #636363. Windows color (decimal): -9287473 or 13584498. OLE color: 13584498.

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

Color convert

RGB11472207-
CMYK0.450.6500.19
HSL258.67º58.44%54.71%-
HSV(B)258.67º65.22%81.18%-
XYZ20.5212.7260.4-
YUV99.95188.41138.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 207 (81.25% from 255) = 52.67%
R=29.01%
G=18.32%
B=52.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal114722070.450.6500.19258.6758.4454.71
Hex7248CF2D410131033a37
Octal162110317551010234037267
Binary11100101001000110011111011011000001010011100000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7248CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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