Html Css Color HEX #8281EB Medium Slate Blue

📋 copy color: '#8281EB'

red 130 ◦ green 129 ◦ blue 235

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

Shades of Medium Slate Blue #8281EB

Tints of Medium Slate Blue #8281EB

RGB

 RED value IS 130 (51.17% from 255) = 26.32%

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 26.32%
G = 26.11%
B = 47.57%

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

#8281EB (or 0x8281EB) is known color: Medium Slate Blue. HEX triplet: 82, 81 and EB. RGB value is (130,129,235). Sum of RGB (Red+Green+Blue) = 130+129+235=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #8281EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8281EB is #7D7E14. Grayscale: #8C8C8C. Windows color (decimal): -8224277 or 15434114. OLE color: 15434114.

HSL color Cylindrical-coordinate representation of color #8281EB: hue angle of 240.57º degrees, saturation: 0.73, 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 #8281EB is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 129 235 -
CMYK 0.45 0.45 0 0.08
HSL 240.57º 0.73% 0.71% -
HSV(B) 240.57º 0.45% 0.92% -
XYZ 32.05 26.44 82.01 -
YUV 141.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 130 129 235 0.45 0.45 0 0.08 240.57 0.73 0.71
Hex 82 81 EB 2D 2D 0 8 F1 49 47
Octal 202 201 353 55 55 0 10 361 111 107
Binary 10000010 10000001 11101011 101101 101101 0 1000 11110001 1001001 1000111

Color Harmonies of #8281EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8281EB

Black with #8281EB

Text Example


Text Example

White with #8281EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8281EB; }

 p { color: rgb(130,129,235); }

 H1.HeaderClassName
 {
   color: #8281EB;
 }
 .AnyTagClassName
 {
   color: #8281EB;
 }
</style>

background-color css

<style>
 a { background-color: #8281EB; }

 a { background-color: rgb(130,129,235); }

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

border-color css

<style>
 span { border-color: #8281EB; }

 span { border-color: rgb(130,129,235); }

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