#9086FB

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

Shades of Light Slate Blue #9086FB

Tints of Light Slate Blue #9086FB

Color information

#9086FB (or 0x9086FB) is unknown color: approx Light Slate Blue. HEX triplet: 90, 86 and FB. RGB value is (144,134,251). Sum of RGB (Red+Green+Blue) = 144+134+251=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #9086FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9086FB is #6F7904. Grayscale: #959595. Windows color (decimal): -7305477 or 16483984. OLE color: 16483984.

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

Color convert

RGB144134251-
CMYK0.430.4700.02
HSL245.13º93.6%75.49%-
HSV(B)245.13º46.61%98.43%-
XYZ37.4429.9495.07-
YUV150.33184.81123.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.22%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=27.22%
G=25.33%
B=47.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441342510.430.4700.02245.1393.675.49
Hex9086FB2B2F02f55e4b
Octal220206373535702365136113
Binary1001000010000110111110111010111011110101111010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9086FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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