#9B82F5

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

Shades of Light Slate Blue #9B82F5

Tints of Light Slate Blue #9B82F5

Color information

#9B82F5 (or 0x9B82F5) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 82 and F5. RGB value is (155,130,245). Sum of RGB (Red+Green+Blue) = 155+130+245=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #9B82F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B82F5 is #647D0A. Grayscale: #969696. Windows color (decimal): -6585611 or 16089755. OLE color: 16089755.

HSL color Cylindrical-coordinate representation of color #9B82F5: hue angle of 253.04º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B82F5 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB155130245-
CMYK0.370.4700.04
HSL253.04º85.19%73.53%-
HSV(B)253.04º46.94%96.08%-
XYZ37.9829.5390.08-
YUV150.58181.28131.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.25%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 245 (96.09% from 255) = 46.23%
R=29.25%
G=24.53%
B=46.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1551302450.370.4700.04253.0485.1973.53
Hex9B82F5252F04fd554a
Octal233202365455704375125112
Binary10011011100000101111010110010110111101001111110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B82F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,245); }

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

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

 a { background-color: rgb(155,130,245); }

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

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

 span { border-color: rgb(155,130,245); }

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