Html Css Color HEX #807DE4 Medium Slate Blue

📋 copy color: '#807DE4'

red 128 ◦ green 125 ◦ blue 228

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

Shades of Medium Slate Blue #807DE4

Tints of Medium Slate Blue #807DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 26.61%
G = 25.99%
B = 47.4%

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

#807DE4 (or 0x807DE4) is known color: Medium Slate Blue. HEX triplet: 80, 7D and E4. RGB value is (128,125,228). Sum of RGB (Red+Green+Blue) = 128+125+228=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #807DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DE4 is #7F821B. Grayscale: #898989. Windows color (decimal): -8356380 or 14974336. OLE color: 14974336.

HSL color Cylindrical-coordinate representation of color #807DE4: hue angle of 241.75º degrees, saturation: 0.66, 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 #807DE4 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 125 228 -
CMYK 0.44 0.45 0 0.11
HSL 241.75º 0.66% 0.69% -
HSV(B) 241.75º 0.45% 0.89% -
XYZ 30.24 24.86 76.6 -
YUV 137.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 128 125 228 0.44 0.45 0 0.11 241.75 0.66 0.69
Hex 80 7D E4 2C 2D 0 B F2 42 45
Octal 200 175 344 54 55 0 13 362 102 105
Binary 10000000 1111101 11100100 101100 101101 0 1011 11110010 1000010 1000101

Color Harmonies of #807DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DE4

Black with #807DE4

Text Example


Text Example

White with #807DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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