#807BEF

Color #807BEF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #807BEF

Tints of Medium Slate Blue #807BEF

Color information

#807BEF (or 0x807BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 7B and EF. RGB value is (128,123,239). Sum of RGB (Red+Green+Blue) = 128+123+239=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #807BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807BEF is #7F8410. Grayscale: #898989. Windows color (decimal): -8356881 or 15694720. OLE color: 15694720.

HSL color Cylindrical-coordinate representation of color #807BEF: hue angle of 242.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #807BEF is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128123239-
CMYK0.460.4900.06
HSL242.59º78.38%70.98%-
HSV(B)242.59º48.54%93.73%-
XYZ31.5724.9984.82-
YUV137.72185.16121.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 239 (93.75% from 255) = 48.78%
R=26.12%
G=25.10%
B=48.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281232390.460.4900.06242.5978.3870.98
Hex807BEF2E3106f34e47
Octal200173357566106363116107
Binary1000000011110111110111110111011000101101111001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,123,239); }

 H1.HeaderClassName
 {
   color: #807BEF;
 }
 .AnyTagClassName
 {
   color: #807BEF;
 }
</style>
background-color css

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

 a { background-color: rgb(128,123,239); }

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

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

 span { border-color: rgb(128,123,239); }

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