#9B54FB

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

Shades of Light Slate Blue #9B54FB

Tints of Light Slate Blue #9B54FB

Color information

#9B54FB (or 0x9B54FB) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 54 and FB. RGB value is (155,84,251). Sum of RGB (Red+Green+Blue) = 155+84+251=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B54FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B54FB is #64AB04. Grayscale: #7B7B7B. Windows color (decimal): -6597381 or 16471195. OLE color: 16471195.

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

Color convert

RGB15584251-
CMYK0.380.6700.02
HSL265.51º95.43%65.69%-
HSV(B)265.51º66.53%98.43%-
XYZ34.120.2793.38-
YUV124.27199.52149.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 84 (33.20% from 255) = 17.14%
BLUE value IS 251 (98.44% from 255) = 51.22%
R=31.63%
G=17.14%
B=51.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155842510.380.6700.02265.5195.4365.69
Hex9B54FB26430210a5f42
Octal2331243734610302412137102
Binary10011011101010011111011100110100001101010000101010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B54FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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