Html Css Color HEX #7169EA Medium Slate Blue

📋 copy color: '#7169EA'

red 113 ◦ green 105 ◦ blue 234

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

Shades of Medium Slate Blue #7169EA

Tints of Medium Slate Blue #7169EA

RGB

 RED value IS 113 (44.53% from 255) = 25%

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

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

R = 25%
G = 23.23%
B = 51.77%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7169EA (or 0x7169EA) is known color: Medium Slate Blue. HEX triplet: 71, 69 and EA. RGB value is (113,105,234). Sum of RGB (Red+Green+Blue) = 113+105+234=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #7169EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7169EA is #8E9615. Grayscale: #797979. Windows color (decimal): -9344534 or 15362417. OLE color: 15362417.

HSL color Cylindrical-coordinate representation of color #7169EA: hue angle of 243.72º 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 #7169EA is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 105 234 -
CMYK 0.52 0.55 0 0.08
HSL 243.72º 0.75% 0.66% -
HSV(B) 243.72º 0.55% 0.92% -
XYZ 26.71 19.55 80.21 -
YUV 122.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 113 105 234 0.52 0.55 0 0.08 243.72 0.75 0.66
Hex 71 69 EA 34 37 0 8 F4 4B 42
Octal 161 151 352 64 67 0 10 364 113 102
Binary 1110001 1101001 11101010 110100 110111 0 1000 11110100 1001011 1000010

Color Harmonies of #7169EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7169EA

Black with #7169EA

Text Example


Text Example

White with #7169EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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