#8183EB

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

Shades of Light Slate Blue #8183EB

Tints of Light Slate Blue #8183EB

Color information

#8183EB (or 0x8183EB) is unknown color: approx Light Slate Blue. HEX triplet: 81, 83 and EB. RGB value is (129,131,235). Sum of RGB (Red+Green+Blue) = 129+131+235=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #8183EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8183EB is #7E7C14. Grayscale: #8D8D8D. Windows color (decimal): -8289301 or 15434625. OLE color: 15434625.

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

Color convert

RGB129131235-
CMYK0.450.4400.08
HSL238.87º72.6%71.37%-
HSV(B)238.87º45.11%92.16%-
XYZ32.1626.982.09-
YUV142.26180.34118.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.06%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 235 (92.19% from 255) = 47.47%
R=26.06%
G=26.46%
B=47.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291312350.450.4400.08238.8772.671.37
Hex8183EB2D2C08ef4947
Octal2012033535554010357111107
Binary100000011000001111101011101101101100010001110111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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