Html Css Color HEX #7E74E8 Medium Slate Blue

📋 copy color: '#7E74E8'

red 126 ◦ green 116 ◦ blue 232

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

Shades of Medium Slate Blue #7E74E8

Tints of Medium Slate Blue #7E74E8

RGB

 RED value IS 126 (49.61% from 255) = 26.58%

 GREEN value IS 116 (45.7% from 255) = 24.47%

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 26.58%
G = 24.47%
B = 48.95%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7E74E8 (or 0x7E74E8) is known color: Medium Slate Blue. HEX triplet: 7E, 74 and E8. RGB value is (126,116,232). Sum of RGB (Red+Green+Blue) = 126+116+232=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E74E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E74E8 is #818B17. Grayscale: #838383. Windows color (decimal): -8489752 or 15234174. OLE color: 15234174.

HSL color Cylindrical-coordinate representation of color #7E74E8: hue angle of 245.17º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E74E8 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 126 116 232 -
CMYK 0.46 0.50 0 0.09
HSL 245.17º 0.72% 0.68% -
HSV(B) 245.17º 0.5% 0.91% -
XYZ 29.42 22.75 79.19 -
YUV 132.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 126 116 232 0.46 0.50 0 0.09 245.17 0.72 0.68
Hex 7E 74 E8 2E 32 0 9 F5 48 44
Octal 176 164 350 56 62 0 11 365 110 104
Binary 1111110 1110100 11101000 101110 110010 0 1001 11110101 1001000 1000100

Color Harmonies of #7E74E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E74E8

Black with #7E74E8

Text Example


Text Example

White with #7E74E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E74E8; }

 p { color: rgb(126,116,232); }

 H1.HeaderClassName
 {
   color: #7E74E8;
 }
 .AnyTagClassName
 {
   color: #7E74E8;
 }
</style>

background-color css

<style>
 a { background-color: #7E74E8; }

 a { background-color: rgb(126,116,232); }

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

border-color css

<style>
 span { border-color: #7E74E8; }

 span { border-color: rgb(126,116,232); }

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