Html Css Color HEX #807CE4 Medium Slate Blue

📋 copy color: '#807CE4'

red 128 ◦ green 124 ◦ blue 228

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

Shades of Medium Slate Blue #807CE4

Tints of Medium Slate Blue #807CE4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.83%

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

R = 26.67%
G = 25.83%
B = 47.5%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#807CE4 (or 0x807CE4) is known color: Medium Slate Blue. HEX triplet: 80, 7C and E4. RGB value is (128,124,228). Sum of RGB (Red+Green+Blue) = 128+124+228=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #807CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CE4 is #7F831B. Grayscale: #888888. Windows color (decimal): -8356636 or 14974080. OLE color: 14974080.

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

Color convert

RGB 128 124 228 -
CMYK 0.44 0.46 0 0.11
HSL 242.31º 0.66% 0.69% -
HSV(B) 242.31º 0.46% 0.89% -
XYZ 30.11 24.61 76.56 -
YUV 137.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 128 124 228 0.44 0.46 0 0.11 242.31 0.66 0.69
Hex 80 7C E4 2C 2E 0 B F2 42 45
Octal 200 174 344 54 56 0 13 362 102 105
Binary 10000000 1111100 11100100 101100 101110 0 1011 11110010 1000010 1000101

Color Harmonies of #807CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CE4

Black with #807CE4

Text Example


Text Example

White with #807CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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