Html Css Color HEX #807CEA Medium Slate Blue

📋 copy color: '#807CEA'

red 128 ◦ green 124 ◦ blue 234

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

Shades of Medium Slate Blue #807CEA

Tints of Medium Slate Blue #807CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 26.34%
G = 25.51%
B = 48.15%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#807CEA (or 0x807CEA) is known color: Medium Slate Blue. HEX triplet: 80, 7C and EA. RGB value is (128,124,234). Sum of RGB (Red+Green+Blue) = 128+124+234=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #807CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CEA is #7F8315. Grayscale: #898989. Windows color (decimal): -8356630 or 15367296. OLE color: 15367296.

HSL color Cylindrical-coordinate representation of color #807CEA: hue angle of 242.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #807CEA is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 124 234 -
CMYK 0.45 0.47 0 0.08
HSL 242.18º 0.72% 0.7% -
HSV(B) 242.18º 0.47% 0.92% -
XYZ 30.96 24.95 81.02 -
YUV 137.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 128 124 234 0.45 0.47 0 0.08 242.18 0.72 0.7
Hex 80 7C EA 2D 2F 0 8 F2 48 46
Octal 200 174 352 55 57 0 10 362 110 106
Binary 10000000 1111100 11101010 101101 101111 0 1000 11110010 1001000 1000110

Color Harmonies of #807CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CEA

Black with #807CEA

Text Example


Text Example

White with #807CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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