#795FCB

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

Shades of Slate Blue #795FCB

Tints of Slate Blue #795FCB

Color information

#795FCB (or 0x795FCB) is unknown color: approx Slate Blue. HEX triplet: 79, 5F and CB. RGB value is (121,95,203). Sum of RGB (Red+Green+Blue) = 121+95+203=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #795FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FCB is #86A034. Grayscale: #727272. Windows color (decimal): -8822837 or 13328249. OLE color: 13328249.

HSL color Cylindrical-coordinate representation of color #795FCB: hue angle of 254.44º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795FCB is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12195203-
CMYK0.400.5300.20
HSL254.44º50.94%58.43%-
HSV(B)254.44º53.2%79.61%-
XYZ22.7616.5658.5-
YUV115.09177.61132.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=28.88%
G=22.67%
B=48.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121952030.400.5300.20254.4450.9458.43
Hex795FCB2835014fe333a
Octal17113731350650243766372
Binary111100110111111100101110100011010101010011111110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795FCB; }

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

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

<style>
 a { background-color: #795FCB; }

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

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

<style>
 span { border-color: #795FCB; }

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

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