Html Css Color HEX #795FFC Medium Slate Blue

📋 copy color: '#795FFC'

red 121 ◦ green 95 ◦ blue 252

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

Shades of Medium Slate Blue #795FFC

Tints of Medium Slate Blue #795FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 25.85%
G = 20.3%
B = 53.85%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#795FFC (or 0x795FFC) is known color: Medium Slate Blue. HEX triplet: 79, 5F and FC. RGB value is (121,95,252). Sum of RGB (Red+Green+Blue) = 121+95+252=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #795FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795FFC is #86A003. Grayscale: #787878. Windows color (decimal): -8822788 or 16539513. OLE color: 16539513.

HSL color Cylindrical-coordinate representation of color #795FFC: hue angle of 249.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #795FFC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 95 252 -
CMYK 0.52 0.62 0 0.01
HSL 249.94º 0.96% 0.68% -
HSV(B) 249.94º 0.62% 0.99% -
XYZ 29.55 19.28 94.26 -
YUV 120.67 202.11 128.23 -
System Red Green Blue C M Y K H S L
Decimal 121 95 252 0.52 0.62 0 0.01 249.94 0.96 0.68
Hex 79 5F FC 34 3E 0 1 FA 60 44
Octal 171 137 374 64 76 0 1 372 140 104
Binary 1111001 1011111 11111100 110100 111110 0 1 11111010 1100000 1000100

Color Harmonies of #795FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FFC

Black with #795FFC

Text Example


Text Example

White with #795FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,95,252); }

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

background-color css

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

 a { background-color: rgb(121,95,252); }

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

border-color css

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

 span { border-color: rgb(121,95,252); }

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