#795DC8

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

Shades of Slate Blue #795DC8

Tints of Slate Blue #795DC8

Color information

#795DC8 (or 0x795DC8) is unknown color: approx Slate Blue. HEX triplet: 79, 5D and C8. RGB value is (121,93,200). Sum of RGB (Red+Green+Blue) = 121+93+200=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #795DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DC8 is #86A237. Grayscale: #717171. Windows color (decimal): -8823352 or 13131129. OLE color: 13131129.

HSL color Cylindrical-coordinate representation of color #795DC8: hue angle of 255.7º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #795DC8 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12193200-
CMYK0.390.5400.22
HSL255.7º49.31%57.45%-
HSV(B)255.7º53.5%78.43%-
XYZ22.2216.0656.57-
YUV113.57176.78133.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=29.23%
G=22.46%
B=48.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121932000.390.5400.22255.749.3157.45
Hex795DC827360161003139
Octal17113531047660264006171
Binary1111001101110111001000100111110110010110100000000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,93,200); }

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

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

 a { background-color: rgb(121,93,200); }

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

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

 span { border-color: rgb(121,93,200); }

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