#8086FB

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

Shades of Light Slate Blue #8086FB

Tints of Light Slate Blue #8086FB

Color information

#8086FB (or 0x8086FB) is unknown color: approx Light Slate Blue. HEX triplet: 80, 86 and FB. RGB value is (128,134,251). Sum of RGB (Red+Green+Blue) = 128+134+251=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #8086FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8086FB is #7F7904. Grayscale: #919191. Windows color (decimal): -8354053 or 16483968. OLE color: 16483968.

HSL color Cylindrical-coordinate representation of color #8086FB: hue angle of 237.07º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8086FB is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128134251-
CMYK0.490.4700.02
HSL237.07º93.89%74.31%-
HSV(B)237.07º49%98.43%-
XYZ34.8428.694.95-
YUV145.54187.51115.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=24.95%
G=26.12%
B=48.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281342510.490.4700.02237.0793.8974.31
Hex8086FB312F02ed5e4a
Octal200206373615702355136112
Binary1000000010000110111110111100011011110101110110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8086FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8086FB; }

 p { color: rgb(128,134,251); }

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

<style>
 a { background-color: #8086FB; }

 a { background-color: rgb(128,134,251); }

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

<style>
 span { border-color: #8086FB; }

 span { border-color: rgb(128,134,251); }

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