Html Css Color HEX #7969EA Medium Slate Blue

📋 copy color: '#7969EA'

red 121 ◦ green 105 ◦ blue 234

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

Shades of Medium Slate Blue #7969EA

Tints of Medium Slate Blue #7969EA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.83%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 26.3%
G = 22.83%
B = 50.87%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7969EA (or 0x7969EA) is known color: Medium Slate Blue. HEX triplet: 79, 69 and EA. RGB value is (121,105,234). Sum of RGB (Red+Green+Blue) = 121+105+234=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #7969EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7969EA is #869615. Grayscale: #7B7B7B. Windows color (decimal): -8820246 or 15362425. OLE color: 15362425.

HSL color Cylindrical-coordinate representation of color #7969EA: hue angle of 247.44º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7969EA is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 105 234 -
CMYK 0.48 0.55 0 0.08
HSL 247.44º 0.75% 0.66% -
HSV(B) 247.44º 0.55% 0.92% -
XYZ 27.79 20.11 80.26 -
YUV 124.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 121 105 234 0.48 0.55 0 0.08 247.44 0.75 0.66
Hex 79 69 EA 30 37 0 8 F7 4B 42
Octal 171 151 352 60 67 0 10 367 113 102
Binary 1111001 1101001 11101010 110000 110111 0 1000 11110111 1001011 1000010

Color Harmonies of #7969EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7969EA

Black with #7969EA

Text Example


Text Example

White with #7969EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7969EA; }

 p { color: rgb(121,105,234); }

 H1.HeaderClassName
 {
   color: #7969EA;
 }
 .AnyTagClassName
 {
   color: #7969EA;
 }
</style>

background-color css

<style>
 a { background-color: #7969EA; }

 a { background-color: rgb(121,105,234); }

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

border-color css

<style>
 span { border-color: #7969EA; }

 span { border-color: rgb(121,105,234); }

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