Html Css Color HEX #7951E2 Medium Slate Blue

📋 copy color: '#7951E2'

red 121 ◦ green 81 ◦ blue 226

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

Shades of Medium Slate Blue #7951E2

Tints of Medium Slate Blue #7951E2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

 BLUE value IS 226 (88.67% from 255) = 52.8%

R = 28.27%
G = 18.93%
B = 52.8%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7951E2 (or 0x7951E2) is known color: Medium Slate Blue. HEX triplet: 79, 51 and E2. RGB value is (121,81,226). Sum of RGB (Red+Green+Blue) = 121+81+226=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 226 (88.67% from 255 or 52.80% from 428); Max value from RGB is 226 - color contains mainly: blue. Hex color #7951E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951E2 is #86AE1D. Grayscale: #6C6C6C. Windows color (decimal): -8826398 or 14831993. OLE color: 14831993.

HSL color Cylindrical-coordinate representation of color #7951E2: hue angle of 256.55º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7951E2 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 121 81 226 -
CMYK 0.46 0.64 0 0.11
HSL 256.55º 0.71% 0.6% -
HSV(B) 256.55º 0.64% 0.89% -
XYZ 24.56 15.44 73.64 -
YUV 109.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 121 81 226 0.46 0.64 0 0.11 256.55 0.71 0.6
Hex 79 51 E2 2E 40 0 B 101 47 3C
Octal 171 121 342 56 100 0 13 401 107 74
Binary 1111001 1010001 11100010 101110 1000000 0 1011 100000001 1000111 111100

Color Harmonies of #7951E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7951E2

Black with #7951E2

Text Example


Text Example

White with #7951E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7951E2; }

 p { color: rgb(121,81,226); }

 H1.HeaderClassName
 {
   color: #7951E2;
 }
 .AnyTagClassName
 {
   color: #7951E2;
 }
</style>

background-color css

<style>
 a { background-color: #7951E2; }

 a { background-color: rgb(121,81,226); }

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

border-color css

<style>
 span { border-color: #7951E2; }

 span { border-color: rgb(121,81,226); }

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