Html Css Color HEX #795DC9 Slate Blue

📋 copy color: '#795DC9'

red 121 ◦ green 93 ◦ blue 201

#795DC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #795DC9

Tints of Slate Blue #795DC9

RGB

 RED value IS 121 (47.66% from 255) = 29.16%

 GREEN value IS 93 (36.72% from 255) = 22.41%

 BLUE value IS 201 (78.91% from 255) = 48.43%

R = 29.16%
G = 22.41%
B = 48.43%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#795DC9 (or 0x795DC9) is known color: Slate Blue. HEX triplet: 79, 5D and C9. RGB value is (121,93,201). Sum of RGB (Red+Green+Blue) = 121+93+201=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #795DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DC9 is #86A236. Grayscale: #717171. Windows color (decimal): -8823351 or 13196665. OLE color: 13196665.

HSL color Cylindrical-coordinate representation of color #795DC9: hue angle of 255.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #795DC9 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 93 201 -
CMYK 0.40 0.54 0 0.21
HSL 255.56º 0.5% 0.58% -
HSV(B) 255.56º 0.54% 0.79% -
XYZ 22.34 16.11 57.19 -
YUV 113.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 121 93 201 0.40 0.54 0 0.21 255.56 0.5 0.58
Hex 79 5D C9 28 36 0 15 100 32 3A
Octal 171 135 311 50 66 0 25 400 62 72
Binary 1111001 1011101 11001001 101000 110110 0 10101 100000000 110010 111010

Color Harmonies of #795DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DC9

Black with #795DC9

Text Example


Text Example

White with #795DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #795DC9;
 }
 .AnyTagClassName
 {
   color: #795DC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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