Html Css Color HEX #8081EA Medium Slate Blue

📋 copy color: '#8081EA'

red 128 ◦ green 129 ◦ blue 234

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

Shades of Medium Slate Blue #8081EA

Tints of Medium Slate Blue #8081EA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.27%

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

R = 26.07%
G = 26.27%
B = 47.66%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8081EA (or 0x8081EA) is known color: Medium Slate Blue. HEX triplet: 80, 81 and EA. RGB value is (128,129,234). Sum of RGB (Red+Green+Blue) = 128+129+234=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #8081EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8081EA is #7F7E15. Grayscale: #8C8C8C. Windows color (decimal): -8355350 or 15368576. OLE color: 15368576.

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

Color convert

RGB 128 129 234 -
CMYK 0.45 0.45 0 0.08
HSL 239.43º 0.72% 0.71% -
HSV(B) 239.43º 0.45% 0.92% -
XYZ 31.6 26.23 81.24 -
YUV 140.67 180.67 118.96 -
System Red Green Blue C M Y K H S L
Decimal 128 129 234 0.45 0.45 0 0.08 239.43 0.72 0.71
Hex 80 81 EA 2D 2D 0 8 EF 48 47
Octal 200 201 352 55 55 0 10 357 110 107
Binary 10000000 10000001 11101010 101101 101101 0 1000 11101111 1001000 1000111

Color Harmonies of #8081EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8081EA

Black with #8081EA

Text Example


Text Example

White with #8081EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8081EA; }

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

 H1.HeaderClassName
 {
   color: #8081EA;
 }
 .AnyTagClassName
 {
   color: #8081EA;
 }
</style>

background-color css

<style>
 a { background-color: #8081EA; }

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

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

border-color css

<style>
 span { border-color: #8081EA; }

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

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