Html Css Color HEX #795CFB Medium Slate Blue

📋 copy color: '#795CFB'

red 121 ◦ green 92 ◦ blue 251

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

Shades of Medium Slate Blue #795CFB

Tints of Medium Slate Blue #795CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 26.08%
G = 19.83%
B = 54.09%

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

#795CFB (or 0x795CFB) is known color: Medium Slate Blue. HEX triplet: 79, 5C and FB. RGB value is (121,92,251). Sum of RGB (Red+Green+Blue) = 121+92+251=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #795CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795CFB is #86A304. Grayscale: #767676. Windows color (decimal): -8823557 or 16473209. OLE color: 16473209.

HSL color Cylindrical-coordinate representation of color #795CFB: hue angle of 250.94º degrees, saturation: 0.95, 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 #795CFB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 92 251 -
CMYK 0.52 0.63 0 0.02
HSL 250.94º 0.95% 0.67% -
HSV(B) 250.94º 0.63% 0.98% -
XYZ 29.12 18.68 93.34 -
YUV 118.8 202.61 129.57 -
System Red Green Blue C M Y K H S L
Decimal 121 92 251 0.52 0.63 0 0.02 250.94 0.95 0.67
Hex 79 5C FB 34 3F 0 2 FB 5F 43
Octal 171 134 373 64 77 0 2 373 137 103
Binary 1111001 1011100 11111011 110100 111111 0 10 11111011 1011111 1000011

Color Harmonies of #795CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CFB

Black with #795CFB

Text Example


Text Example

White with #795CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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