Html Css Color HEX #795ACE Slate Blue

📋 copy color: '#795ACE'

red 121 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #795ACE

Tints of Slate Blue #795ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 29.02%
G = 21.58%
B = 49.4%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#795ACE (or 0x795ACE) is known color: Slate Blue. HEX triplet: 79, 5A and CE. RGB value is (121,90,206). Sum of RGB (Red+Green+Blue) = 121+90+206=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #795ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ACE is #86A531. Grayscale: #707070. Windows color (decimal): -8824114 or 13523577. OLE color: 13523577.

HSL color Cylindrical-coordinate representation of color #795ACE: hue angle of 256.03º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #795ACE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 90 206 -
CMYK 0.41 0.56 0 0.19
HSL 256.03º 0.54% 0.58% -
HSV(B) 256.03º 0.56% 0.81% -
XYZ 22.68 15.83 60.25 -
YUV 112.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 121 90 206 0.41 0.56 0 0.19 256.03 0.54 0.58
Hex 79 5A CE 29 38 0 13 100 36 3A
Octal 171 132 316 51 70 0 23 400 66 72
Binary 1111001 1011010 11001110 101001 111000 0 10011 100000000 110110 111010

Color Harmonies of #795ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795ACE

Black with #795ACE

Text Example


Text Example

White with #795ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,90,206); }

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

background-color css

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

 a { background-color: rgb(121,90,206); }

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

border-color css

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

 span { border-color: rgb(121,90,206); }

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