Html Css Color HEX #795ADE Medium Slate Blue

📋 copy color: '#795ADE'

red 121 ◦ green 90 ◦ blue 222

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

Shades of Medium Slate Blue #795ADE

Tints of Medium Slate Blue #795ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 27.94%
G = 20.79%
B = 51.27%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#795ADE (or 0x795ADE) is known color: Medium Slate Blue. HEX triplet: 79, 5A and DE. RGB value is (121,90,222). Sum of RGB (Red+Green+Blue) = 121+90+222=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #795ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ADE is #86A521. Grayscale: #717171. Windows color (decimal): -8824098 or 14572153. OLE color: 14572153.

HSL color Cylindrical-coordinate representation of color #795ADE: hue angle of 254.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795ADE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 90 222 -
CMYK 0.45 0.59 0 0.13
HSL 254.09º 0.67% 0.61% -
HSV(B) 254.09º 0.59% 0.87% -
XYZ 24.73 16.65 71.02 -
YUV 114.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 121 90 222 0.45 0.59 0 0.13 254.09 0.67 0.61
Hex 79 5A DE 2D 3B 0 D FE 43 3D
Octal 171 132 336 55 73 0 15 376 103 75
Binary 1111001 1011010 11011110 101101 111011 0 1101 11111110 1000011 111101

Color Harmonies of #795ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795ADE

Black with #795ADE

Text Example


Text Example

White with #795ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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