#7245CB

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

Shades of Slate Blue #7245CB

Tints of Slate Blue #7245CB

Color information

#7245CB (or 0x7245CB) is unknown color: approx Slate Blue. HEX triplet: 72, 45 and CB. RGB value is (114,69,203). Sum of RGB (Red+Green+Blue) = 114+69+203=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #7245CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7245CB is #8DBA34. Grayscale: #616161. Windows color (decimal): -9288245 or 13321586. OLE color: 13321586.

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

Color convert

RGB11469203-
CMYK0.440.6600.20
HSL260.15º56.3%53.33%-
HSV(B)260.15º66.01%79.61%-
XYZ19.8512.1557.8-
YUV97.73187.41139.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=29.53%
G=17.88%
B=52.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114692030.440.6600.20260.1556.353.33
Hex7245CB2C420141043835
Octal162105313541020244047065
Binary11100101000101110010111011001000010010100100000100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7245CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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