Html Css Color HEX #807EED Medium Slate Blue

📋 copy color: '#807EED'

red 128 ◦ green 126 ◦ blue 237

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

Shades of Medium Slate Blue #807EED

Tints of Medium Slate Blue #807EED

RGB

 RED value IS 128 (50.39% from 255) = 26.07%

 GREEN value IS 126 (49.61% from 255) = 25.66%

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 26.07%
G = 25.66%
B = 48.27%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#807EED (or 0x807EED) is known color: Medium Slate Blue. HEX triplet: 80, 7E and ED. RGB value is (128,126,237). Sum of RGB (Red+Green+Blue) = 128+126+237=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #807EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807EED is #7F8112. Grayscale: #8A8A8A. Windows color (decimal): -8356115 or 15564416. OLE color: 15564416.

HSL color Cylindrical-coordinate representation of color #807EED: hue angle of 241.08º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #807EED is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 126 237 -
CMYK 0.46 0.47 0 0.07
HSL 241.08º 0.76% 0.71% -
HSV(B) 241.08º 0.47% 0.93% -
XYZ 31.65 25.63 83.4 -
YUV 139.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 128 126 237 0.46 0.47 0 0.07 241.08 0.76 0.71
Hex 80 7E ED 2E 2F 0 7 F1 4C 47
Octal 200 176 355 56 57 0 7 361 114 107
Binary 10000000 1111110 11101101 101110 101111 0 111 11110001 1001100 1000111

Color Harmonies of #807EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EED

Black with #807EED

Text Example


Text Example

White with #807EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807EED; }

 p { color: rgb(128,126,237); }

 H1.HeaderClassName
 {
   color: #807EED;
 }
 .AnyTagClassName
 {
   color: #807EED;
 }
</style>

background-color css

<style>
 a { background-color: #807EED; }

 a { background-color: rgb(128,126,237); }

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

border-color css

<style>
 span { border-color: #807EED; }

 span { border-color: rgb(128,126,237); }

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