#795DD4

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

Shades of Slate Blue #795DD4

Tints of Slate Blue #795DD4

Color information

#795DD4 (or 0x795DD4) is unknown color: approx Slate Blue. HEX triplet: 79, 5D and D4. RGB value is (121,93,212). Sum of RGB (Red+Green+Blue) = 121+93+212=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #795DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DD4 is #86A22B. Grayscale: #727272. Windows color (decimal): -8823340 or 13917561. OLE color: 13917561.

HSL color Cylindrical-coordinate representation of color #795DD4: hue angle of 254.12º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #795DD4 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12193212-
CMYK0.430.5600.17
HSL254.12º58.05%59.8%-
HSV(B)254.12º56.13%83.14%-
XYZ23.6816.6564.25-
YUV114.94182.78132.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 212 (83.20% from 255) = 49.77%
R=28.40%
G=21.83%
B=49.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal121932120.430.5600.17254.1258.0559.8
Hex795DD42B38011fe3a3c
Octal17113532453700213767274
Binary111100110111011101010010101111100001000111111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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