Html Css Color HEX #7E6BEE Medium Slate Blue

📋 copy color: '#7E6BEE'

red 126 ◦ green 107 ◦ blue 238

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

Shades of Medium Slate Blue #7E6BEE

Tints of Medium Slate Blue #7E6BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 26.75%
G = 22.72%
B = 50.53%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E6BEE (or 0x7E6BEE) is known color: Medium Slate Blue. HEX triplet: 7E, 6B and EE. RGB value is (126,107,238). Sum of RGB (Red+Green+Blue) = 126+107+238=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E6BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6BEE is #819411. Grayscale: #7F7F7F. Windows color (decimal): -8492050 or 15625086. OLE color: 15625086.

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

Color convert

RGB 126 107 238 -
CMYK 0.47 0.55 0 0.07
HSL 248.7º 0.79% 0.68% -
HSV(B) 248.7º 0.55% 0.93% -
XYZ 29.29 21.12 83.42 -
YUV 127.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 126 107 238 0.47 0.55 0 0.07 248.7 0.79 0.68
Hex 7E 6B EE 2F 37 0 7 F9 4F 44
Octal 176 153 356 57 67 0 7 371 117 104
Binary 1111110 1101011 11101110 101111 110111 0 111 11111001 1001111 1000100

Color Harmonies of #7E6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6BEE

Black with #7E6BEE

Text Example


Text Example

White with #7E6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,107,238); }

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

background-color css

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

 a { background-color: rgb(126,107,238); }

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

border-color css

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

 span { border-color: rgb(126,107,238); }

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