Html Css Color HEX #795CFA Medium Slate Blue

📋 copy color: '#795CFA'

red 121 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #795CFA

Tints of Medium Slate Blue #795CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

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

R = 26.13%
G = 19.87%
B = 54%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#795CFA (or 0x795CFA) is known color: Medium Slate Blue. HEX triplet: 79, 5C and FA. RGB value is (121,92,250). Sum of RGB (Red+Green+Blue) = 121+92+250=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #795CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795CFA is #86A305. Grayscale: #767676. Windows color (decimal): -8823558 or 16407673. OLE color: 16407673.

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

Color convert

RGB 121 92 250 -
CMYK 0.52 0.63 0 0.02
HSL 251.01º 0.94% 0.67% -
HSV(B) 251.01º 0.63% 0.98% -
XYZ 28.97 18.62 92.51 -
YUV 118.68 202.11 129.65 -
System Red Green Blue C M Y K H S L
Decimal 121 92 250 0.52 0.63 0 0.02 251.01 0.94 0.67
Hex 79 5C FA 34 3F 0 2 FB 5E 43
Octal 171 134 372 64 77 0 2 373 136 103
Binary 1111001 1011100 11111010 110100 111111 0 10 11111011 1011110 1000011

Color Harmonies of #795CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CFA

Black with #795CFA

Text Example


Text Example

White with #795CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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