Html Css Color HEX #7E7BEC Medium Slate Blue

📋 copy color: '#7E7BEC'

red 126 ◦ green 123 ◦ blue 236

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

Shades of Medium Slate Blue #7E7BEC

Tints of Medium Slate Blue #7E7BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 25.98%
G = 25.36%
B = 48.66%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E7BEC (or 0x7E7BEC) is known color: Medium Slate Blue. HEX triplet: 7E, 7B and EC. RGB value is (126,123,236). Sum of RGB (Red+Green+Blue) = 126+123+236=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E7BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7BEC is #818413. Grayscale: #888888. Windows color (decimal): -8487956 or 15498110. OLE color: 15498110.

HSL color Cylindrical-coordinate representation of color #7E7BEC: hue angle of 241.59º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E7BEC is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 123 236 -
CMYK 0.47 0.48 0 0.07
HSL 241.59º 0.75% 0.7% -
HSV(B) 241.59º 0.48% 0.93% -
XYZ 30.83 24.66 82.49 -
YUV 136.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 126 123 236 0.47 0.48 0 0.07 241.59 0.75 0.7
Hex 7E 7B EC 2F 30 0 7 F2 4B 46
Octal 176 173 354 57 60 0 7 362 113 106
Binary 1111110 1111011 11101100 101111 110000 0 111 11110010 1001011 1000110

Color Harmonies of #7E7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7BEC

Black with #7E7BEC

Text Example


Text Example

White with #7E7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,123,236); }

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

background-color css

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

 a { background-color: rgb(126,123,236); }

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

border-color css

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

 span { border-color: rgb(126,123,236); }

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