Html Css Color HEX #795AFA Medium Slate Blue

📋 copy color: '#795AFA'

red 121 ◦ green 90 ◦ blue 250

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

Shades of Medium Slate Blue #795AFA

Tints of Medium Slate Blue #795AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 26.25%
G = 19.52%
B = 54.23%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#795AFA (or 0x795AFA) is known color: Medium Slate Blue. HEX triplet: 79, 5A and FA. RGB value is (121,90,250). Sum of RGB (Red+Green+Blue) = 121+90+250=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #795AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AFA is #86A505. Grayscale: #747474. Windows color (decimal): -8824070 or 16407161. OLE color: 16407161.

HSL color Cylindrical-coordinate representation of color #795AFA: hue angle of 251.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #795AFA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 90 250 -
CMYK 0.52 0.64 0 0.02
HSL 251.63º 0.94% 0.67% -
HSV(B) 251.63º 0.64% 0.98% -
XYZ 28.8 18.28 92.45 -
YUV 117.51 202.77 130.49 -
System Red Green Blue C M Y K H S L
Decimal 121 90 250 0.52 0.64 0 0.02 251.63 0.94 0.67
Hex 79 5A FA 34 40 0 2 FC 5E 43
Octal 171 132 372 64 100 0 2 374 136 103
Binary 1111001 1011010 11111010 110100 1000000 0 10 11111100 1011110 1000011

Color Harmonies of #795AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AFA

Black with #795AFA

Text Example


Text Example

White with #795AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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