Html Css Color HEX #795AFE Medium Slate Blue

📋 copy color: '#795AFE'

red 121 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #795AFE

Tints of Medium Slate Blue #795AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 26.02%
G = 19.35%
B = 54.62%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#795AFE (or 0x795AFE) is known color: Medium Slate Blue. HEX triplet: 79, 5A and FE. RGB value is (121,90,254). Sum of RGB (Red+Green+Blue) = 121+90+254=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #795AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AFE is #86A501. Grayscale: #757575. Windows color (decimal): -8824066 or 16669305. OLE color: 16669305.

HSL color Cylindrical-coordinate representation of color #795AFE: hue angle of 251.34º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #795AFE is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 90 254 -
CMYK 0.52 0.65 0 0.00
HSL 251.34º 0.99% 0.67% -
HSV(B) 251.34º 0.65% 1% -
XYZ 29.43 18.53 95.79 -
YUV 117.97 204.77 130.16 -
System Red Green Blue C M Y K H S L
Decimal 121 90 254 0.52 0.65 0 0.00 251.34 0.99 0.67
Hex 79 5A FE 34 41 0 0 FB 63 43
Octal 171 132 376 64 101 0 0 373 143 103
Binary 1111001 1011010 11111110 110100 1000001 0 0 11111011 1100011 1000011

Color Harmonies of #795AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AFE

Black with #795AFE

Text Example


Text Example

White with #795AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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