Html Css Color HEX #807DE3 Medium Slate Blue

📋 copy color: '#807DE3'

red 128 ◦ green 125 ◦ blue 227

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

Shades of Medium Slate Blue #807DE3

Tints of Medium Slate Blue #807DE3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 227 (89.06% from 255) = 47.29%

R = 26.67%
G = 26.04%
B = 47.29%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#807DE3 (or 0x807DE3) is known color: Medium Slate Blue. HEX triplet: 80, 7D and E3. RGB value is (128,125,227). Sum of RGB (Red+Green+Blue) = 128+125+227=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 227 (89.06% from 255 or 47.29% from 480); Max value from RGB is 227 - color contains mainly: blue. Hex color #807DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DE3 is #7F821C. Grayscale: #898989. Windows color (decimal): -8356381 or 14908800. OLE color: 14908800.

HSL color Cylindrical-coordinate representation of color #807DE3: hue angle of 241.76º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807DE3 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 125 227 -
CMYK 0.44 0.45 0 0.11
HSL 241.76º 0.65% 0.69% -
HSV(B) 241.76º 0.45% 0.89% -
XYZ 30.1 24.8 75.87 -
YUV 137.53 178.49 121.21 -
System Red Green Blue C M Y K H S L
Decimal 128 125 227 0.44 0.45 0 0.11 241.76 0.65 0.69
Hex 80 7D E3 2C 2D 0 B F2 41 45
Octal 200 175 343 54 55 0 13 362 101 105
Binary 10000000 1111101 11100011 101100 101101 0 1011 11110010 1000001 1000101

Color Harmonies of #807DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DE3

Black with #807DE3

Text Example


Text Example

White with #807DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,125,227); }

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

background-color css

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

 a { background-color: rgb(128,125,227); }

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

border-color css

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

 span { border-color: rgb(128,125,227); }

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