#8A8BFE

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

Shades of Light Slate Blue #8A8BFE

Tints of Light Slate Blue #8A8BFE

Color information

#8A8BFE (or 0x8A8BFE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 8B and FE. RGB value is (138,139,254). Sum of RGB (Red+Green+Blue) = 138+139+254=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8BFE is #757401. Grayscale: #979797. Windows color (decimal): -7697410 or 16681866. OLE color: 16681866.

HSL color Cylindrical-coordinate representation of color #8A8BFE: hue angle of 239.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A8BFE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138139254-
CMYK0.460.4500.00
HSL239.48º98.31%76.86%-
HSV(B)239.48º45.67%99.61%-
XYZ37.631.0297.77-
YUV151.81185.67118.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.99%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=25.99%
G=26.18%
B=47.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381392540.460.4500.00239.4898.3176.86
Hex8A8BFE2E2D00ef624d
Octal212213376565500357142115
Binary100010101000101111111110101110101101001110111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,139,254); }

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

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

 a { background-color: rgb(138,139,254); }

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

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

 span { border-color: rgb(138,139,254); }

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