#795bd2

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

Shades of Slate Blue #795BD2

Tints of Slate Blue #795BD2

Color information

#795BD2 (or 0x795BD2) is unknown color: approx Slate Blue. HEX triplet: 79, 5B and D2. RGB value is (121,91,210). Sum of RGB (Red+Green+Blue) = 121+91+210=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #795BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BD2 is #86A42D. Grayscale: #717171. Windows color (decimal): -8823854 or 13785977. OLE color: 13785977.

HSL color Cylindrical-coordinate representation of color #795BD2: hue angle of 255.13º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #795BD2 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12191210-
CMYK0.420.5700.18
HSL255.13º56.94%59.02%-
HSV(B)255.13º56.67%82.35%-
XYZ23.2616.262.87-
YUV113.54182.44133.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 210 (82.42% from 255) = 49.76%
R=28.67%
G=21.56%
B=49.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121912100.420.5700.18255.1356.9459.02
Hex795BD22A39012ff393b
Octal17113332252710223777173
Binary111100110110111101001010101011100101001011111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795bd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,91,210); }

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

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

 a { background-color: rgb(121,91,210); }

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

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

 span { border-color: rgb(121,91,210); }

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