#7B58CD

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

Shades of Slate Blue #7B58CD

Tints of Slate Blue #7B58CD

Color information

#7B58CD (or 0x7B58CD) is unknown color: approx Slate Blue. HEX triplet: 7B, 58 and CD. RGB value is (123,88,205). Sum of RGB (Red+Green+Blue) = 123+88+205=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B58CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B58CD is #84A732. Grayscale: #6F6F6F. Windows color (decimal): -8693555 or 13457531. OLE color: 13457531.

HSL color Cylindrical-coordinate representation of color #7B58CD: hue angle of 257.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B58CD is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12388205-
CMYK0.40.5700.20
HSL257.95º53.92%57.45%-
HSV(B)257.95º57.07%80.39%-
XYZ22.6815.659.57-
YUV111.8180.6135.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.57%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=29.57%
G=21.15%
B=49.28%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123882050.40.5700.20257.9553.9257.45
Hex7B58CD28390141023639
Octal17313031550710244026671
Binary1111011101100011001101101000111001010100100000010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B58CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B58CD; }

 p { color: rgb(123,88,205); }

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

<style>
 a { background-color: #7B58CD; }

 a { background-color: rgb(123,88,205); }

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

<style>
 span { border-color: #7B58CD; }

 span { border-color: rgb(123,88,205); }

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