#9B91FB

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

Shades of Light Slate Blue #9B91FB

Tints of Light Slate Blue #9B91FB

Color information

#9B91FB (or 0x9B91FB) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 91 and FB. RGB value is (155,145,251). Sum of RGB (Red+Green+Blue) = 155+145+251=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B91FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B91FB is #646E04. Grayscale: #9F9F9F. Windows color (decimal): -6581765 or 16486811. OLE color: 16486811.

HSL color Cylindrical-coordinate representation of color #9B91FB: hue angle of 245.66º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B91FB is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155145251-
CMYK0.380.4200.02
HSL245.66º92.98%77.65%-
HSV(B)245.66º42.23%98.43%-
XYZ41.0634.1895.7-
YUV160.07179.31124.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.13%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=28.13%
G=26.32%
B=45.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551452510.380.4200.02245.6692.9877.65
Hex9B91FB262A02f65d4e
Octal233221373465202366135116
Binary1001101110010001111110111001101010100101111011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B91FB; }

 p { color: rgb(155,145,251); }

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

<style>
 a { background-color: #9B91FB; }

 a { background-color: rgb(155,145,251); }

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

<style>
 span { border-color: #9B91FB; }

 span { border-color: rgb(155,145,251); }

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