Html Css Color HEX #807FED Medium Slate Blue

📋 copy color: '#807FED'

red 128 ◦ green 127 ◦ blue 237

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

Shades of Medium Slate Blue #807FED

Tints of Medium Slate Blue #807FED

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

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

R = 26.02%
G = 25.81%
B = 48.17%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#807FED (or 0x807FED) is known color: Medium Slate Blue. HEX triplet: 80, 7F and ED. RGB value is (128,127,237). Sum of RGB (Red+Green+Blue) = 128+127+237=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #807FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FED is #7F8012. Grayscale: #8B8B8B. Windows color (decimal): -8355859 or 15564672. OLE color: 15564672.

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

Color convert

RGB 128 127 237 -
CMYK 0.46 0.46 0 0.07
HSL 240.55º 0.75% 0.71% -
HSV(B) 240.55º 0.46% 0.93% -
XYZ 31.78 25.88 83.44 -
YUV 139.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 128 127 237 0.46 0.46 0 0.07 240.55 0.75 0.71
Hex 80 7F ED 2E 2E 0 7 F1 4B 47
Octal 200 177 355 56 56 0 7 361 113 107
Binary 10000000 1111111 11101101 101110 101110 0 111 11110001 1001011 1000111

Color Harmonies of #807FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FED

Black with #807FED

Text Example


Text Example

White with #807FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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