Html Css Color HEX #807FE1 Medium Slate Blue

📋 copy color: '#807FE1'

red 128 ◦ green 127 ◦ blue 225

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

Shades of Medium Slate Blue #807FE1

Tints of Medium Slate Blue #807FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.88%

R = 26.67%
G = 26.46%
B = 46.88%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#807FE1 (or 0x807FE1) is known color: Medium Slate Blue. HEX triplet: 80, 7F and E1. RGB value is (128,127,225). Sum of RGB (Red+Green+Blue) = 128+127+225=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #807FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FE1 is #7F801E. Grayscale: #8A8A8A. Windows color (decimal): -8355871 or 14778240. OLE color: 14778240.

HSL color Cylindrical-coordinate representation of color #807FE1: hue angle of 240.61º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807FE1 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 127 225 -
CMYK 0.43 0.44 0 0.12
HSL 240.61º 0.62% 0.69% -
HSV(B) 240.61º 0.44% 0.88% -
XYZ 30.08 25.2 74.51 -
YUV 138.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 128 127 225 0.43 0.44 0 0.12 240.61 0.62 0.69
Hex 80 7F E1 2B 2C 0 C F1 3E 45
Octal 200 177 341 53 54 0 14 361 76 105
Binary 10000000 1111111 11100001 101011 101100 0 1100 11110001 111110 1000101

Color Harmonies of #807FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FE1

Black with #807FE1

Text Example


Text Example

White with #807FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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