#7545CB

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

Shades of Slate Blue #7545CB

Tints of Slate Blue #7545CB

Color information

#7545CB (or 0x7545CB) is unknown color: approx Slate Blue. HEX triplet: 75, 45 and CB. RGB value is (117,69,203). Sum of RGB (Red+Green+Blue) = 117+69+203=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #7545CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545CB is #8ABA34. Grayscale: #626262. Windows color (decimal): -9091637 or 13321589. OLE color: 13321589.

HSL color Cylindrical-coordinate representation of color #7545CB: hue angle of 261.49º 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 #7545CB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11769203-
CMYK0.420.6600.20
HSL261.49º56.3%53.33%-
HSV(B)261.49º66.01%79.61%-
XYZ20.2412.3557.82-
YUV98.63186.9141.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=30.08%
G=17.74%
B=52.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117692030.420.6600.20261.4956.353.33
Hex7545CB2A420141053835
Octal165105313521020244057065
Binary11101011000101110010111010101000010010100100000101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7545CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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