Html Css Color HEX #795AEC Medium Slate Blue

📋 copy color: '#795AEC'

red 121 ◦ green 90 ◦ blue 236

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

Shades of Medium Slate Blue #795AEC

Tints of Medium Slate Blue #795AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 27.07%
G = 20.13%
B = 52.8%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#795AEC (or 0x795AEC) is known color: Medium Slate Blue. HEX triplet: 79, 5A and EC. RGB value is (121,90,236). Sum of RGB (Red+Green+Blue) = 121+90+236=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #795AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AEC is #86A513. Grayscale: #737373. Windows color (decimal): -8824084 or 15489657. OLE color: 15489657.

HSL color Cylindrical-coordinate representation of color #795AEC: hue angle of 252.74º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #795AEC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 90 236 -
CMYK 0.49 0.62 0 0.07
HSL 252.74º 0.79% 0.64% -
HSV(B) 252.74º 0.62% 0.93% -
XYZ 26.68 17.43 81.32 -
YUV 115.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 121 90 236 0.49 0.62 0 0.07 252.74 0.79 0.64
Hex 79 5A EC 31 3E 0 7 FD 4F 40
Octal 171 132 354 61 76 0 7 375 117 100
Binary 1111001 1011010 11101100 110001 111110 0 111 11111101 1001111 1000000

Color Harmonies of #795AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AEC

Black with #795AEC

Text Example


Text Example

White with #795AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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