#8B82EA

Color #8B82EA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8B82EA

Tints of Light Slate Blue #8B82EA

Color information

#8B82EA (or 0x8B82EA) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 82 and EA. RGB value is (139,130,234). Sum of RGB (Red+Green+Blue) = 139+130+234=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B82EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B82EA is #747D15. Grayscale: #909090. Windows color (decimal): -7634198 or 15368843. OLE color: 15368843.

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

Color convert

RGB139130234-
CMYK0.410.4400.08
HSL245.19º71.23%71.37%-
HSV(B)245.19º44.44%91.76%-
XYZ33.4827.3981.36-
YUV144.55178.48124.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.63%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=27.63%
G=25.84%
B=46.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391302340.410.4400.08245.1971.2371.37
Hex8B82EA292C08f54747
Octal2132023525154010365107107
Binary100010111000001011101010101001101100010001111010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B82EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B82EA; }

 p { color: rgb(139,130,234); }

 H1.HeaderClassName
 {
   color: #8B82EA;
 }
 .AnyTagClassName
 {
   color: #8B82EA;
 }
</style>
background-color css

<style>
 a { background-color: #8B82EA; }

 a { background-color: rgb(139,130,234); }

 div.DivClassName
 {
   background-color: #8B82EA;
 }
 .BgClassName
 {
   background-color: #8B82EA;
 }
</style>
border-color css

<style>
 span { border-color: #8B82EA; }

 span { border-color: rgb(139,130,234); }

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