#8892FE

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

Shades of Light Slate Blue #8892FE

Tints of Light Slate Blue #8892FE

Color information

#8892FE (or 0x8892FE) is unknown color: approx Light Slate Blue. HEX triplet: 88, 92 and FE. RGB value is (136,146,254). Sum of RGB (Red+Green+Blue) = 136+146+254=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #8892FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8892FE is #776D01. Grayscale: #9A9A9A. Windows color (decimal): -7826690 or 16683656. OLE color: 16683656.

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

Color convert

RGB136146254-
CMYK0.460.4300.00
HSL234.92º98.33%76.47%-
HSV(B)234.92º46.46%99.61%-
XYZ38.3232.9598.11-
YUV155.32183.69114.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.37%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=25.37%
G=27.24%
B=47.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361462540.460.4300.00234.9298.3376.47
Hex8892FE2E2B00eb624c
Octal210222376565300353142114
Binary100010001001001011111110101110101011001110101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8892FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8892FE; }

 p { color: rgb(136,146,254); }

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

<style>
 a { background-color: #8892FE; }

 a { background-color: rgb(136,146,254); }

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

<style>
 span { border-color: #8892FE; }

 span { border-color: rgb(136,146,254); }

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