#7459CB

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

Shades of Slate Blue #7459CB

Tints of Slate Blue #7459CB

Color information

#7459CB (or 0x7459CB) is unknown color: approx Slate Blue. HEX triplet: 74, 59 and CB. RGB value is (116,89,203). Sum of RGB (Red+Green+Blue) = 116+89+203=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #7459CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459CB is #8BA634. Grayscale: #6D6D6D. Windows color (decimal): -9152053 or 13326708. OLE color: 13326708.

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

Color convert

RGB11689203-
CMYK0.430.5600.20
HSL254.21º52.29%57.25%-
HSV(B)254.21º56.16%79.61%-
XYZ21.5515.1758.29-
YUV110.07180.45132.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 203 (79.69% from 255) = 49.75%
R=28.43%
G=21.81%
B=49.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116892030.430.5600.20254.2152.2957.25
Hex7459CB2B38014fe3439
Octal16413131353700243766471
Binary111010010110011100101110101111100001010011111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7459CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,89,203); }

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

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

 a { background-color: rgb(116,89,203); }

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

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

 span { border-color: rgb(116,89,203); }

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