Html Css Color HEX #7E82EA Medium Slate Blue

📋 copy color: '#7E82EA'

red 126 ◦ green 130 ◦ blue 234

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

Shades of Medium Slate Blue #7E82EA

Tints of Medium Slate Blue #7E82EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

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

R = 25.71%
G = 26.53%
B = 47.76%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E82EA (or 0x7E82EA) is known color: Medium Slate Blue. HEX triplet: 7E, 82 and EA. RGB value is (126,130,234). Sum of RGB (Red+Green+Blue) = 126+130+234=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E82EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E82EA is #817D15. Grayscale: #8C8C8C. Windows color (decimal): -8486166 or 15368830. OLE color: 15368830.

HSL color Cylindrical-coordinate representation of color #7E82EA: hue angle of 237.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E82EA is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 130 234 -
CMYK 0.46 0.44 0 0.08
HSL 237.78º 0.72% 0.71% -
HSV(B) 237.78º 0.46% 0.92% -
XYZ 31.44 26.34 81.27 -
YUV 140.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 126 130 234 0.46 0.44 0 0.08 237.78 0.72 0.71
Hex 7E 82 EA 2E 2C 0 8 EE 48 47
Octal 176 202 352 56 54 0 10 356 110 107
Binary 1111110 10000010 11101010 101110 101100 0 1000 11101110 1001000 1000111

Color Harmonies of #7E82EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E82EA

Black with #7E82EA

Text Example


Text Example

White with #7E82EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,130,234); }

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

background-color css

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

 a { background-color: rgb(126,130,234); }

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

border-color css

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

 span { border-color: rgb(126,130,234); }

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