Html Css Color HEX #807BEC Medium Slate Blue

📋 copy color: '#807BEC'

red 128 ◦ green 123 ◦ blue 236

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

Shades of Medium Slate Blue #807BEC

Tints of Medium Slate Blue #807BEC

RGB

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

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

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

R = 26.28%
G = 25.26%
B = 48.46%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#807BEC (or 0x807BEC) is known color: Medium Slate Blue. HEX triplet: 80, 7B and EC. RGB value is (128,123,236). Sum of RGB (Red+Green+Blue) = 128+123+236=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #807BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807BEC is #7F8413. Grayscale: #888888. Windows color (decimal): -8356884 or 15498112. OLE color: 15498112.

HSL color Cylindrical-coordinate representation of color #807BEC: hue angle of 242.65º 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 #807BEC is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 123 236 -
CMYK 0.46 0.48 0 0.07
HSL 242.65º 0.75% 0.7% -
HSV(B) 242.65º 0.48% 0.93% -
XYZ 31.13 24.81 82.51 -
YUV 137.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 128 123 236 0.46 0.48 0 0.07 242.65 0.75 0.7
Hex 80 7B EC 2E 30 0 7 F3 4B 46
Octal 200 173 354 56 60 0 7 363 113 106
Binary 10000000 1111011 11101100 101110 110000 0 111 11110011 1001011 1000110

Color Harmonies of #807BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BEC

Black with #807BEC

Text Example


Text Example

White with #807BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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