#9B73FA

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

Shades of Light Slate Blue #9B73FA

Tints of Light Slate Blue #9B73FA

Color information

#9B73FA (or 0x9B73FA) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 73 and FA. RGB value is (155,115,250). Sum of RGB (Red+Green+Blue) = 155+115+250=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B73FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B73FA is #648C05. Grayscale: #8D8D8D. Windows color (decimal): -6589446 or 16413595. OLE color: 16413595.

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

Color convert

RGB155115250-
CMYK0.380.5400.02
HSL257.78º93.1%71.57%-
HSV(B)257.78º54%98.04%-
XYZ36.926.1393.54-
YUV142.35188.75137.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 115 (45.31% from 255) = 22.12%
BLUE value IS 250 (98.05% from 255) = 48.08%
R=29.81%
G=22.12%
B=48.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551152500.380.5400.02257.7893.171.57
Hex9B73FA2636021025d48
Octal233163372466602402135110
Binary1001101111100111111101010011011011001010000001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B73FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,115,250); }

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

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

 a { background-color: rgb(155,115,250); }

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

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

 span { border-color: rgb(155,115,250); }

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