#7958CB

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

Shades of Slate Blue #7958CB

Tints of Slate Blue #7958CB

Color information

#7958CB (or 0x7958CB) is unknown color: approx Slate Blue. HEX triplet: 79, 58 and CB. RGB value is (121,88,203). Sum of RGB (Red+Green+Blue) = 121+88+203=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #7958CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958CB is #86A734. Grayscale: #6E6E6E. Windows color (decimal): -8824629 or 13326457. OLE color: 13326457.

HSL color Cylindrical-coordinate representation of color #7958CB: hue angle of 257.22º degrees, saturation: 0.53, 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 #7958CB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12188203-
CMYK0.400.5700.20
HSL257.22º52.51%57.06%-
HSV(B)257.22º56.65%79.61%-
XYZ22.1515.3658.3-
YUV110.98179.93135.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=29.37%
G=21.36%
B=49.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121882030.400.5700.20257.2252.5157.06
Hex7958CB28390141013539
Octal17113031350710244016571
Binary1111001101100011001011101000111001010100100000001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7958CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,88,203); }

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

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

 a { background-color: rgb(121,88,203); }

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

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

 span { border-color: rgb(121,88,203); }

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