#9650FB

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

Shades of Light Slate Blue #9650FB

Tints of Light Slate Blue #9650FB

Color information

#9650FB (or 0x9650FB) is unknown color: approx Light Slate Blue. HEX triplet: 96, 50 and FB. RGB value is (150,80,251). Sum of RGB (Red+Green+Blue) = 150+80+251=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #9650FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9650FB is #69AF04. Grayscale: #777777. Windows color (decimal): -6926085 or 16470166. OLE color: 16470166.

HSL color Cylindrical-coordinate representation of color #9650FB: hue angle of 264.56º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9650FB is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15080251-
CMYK0.400.6800.02
HSL264.56º95.53%64.9%-
HSV(B)264.56º68.13%98.43%-
XYZ32.8619.1993.24-
YUV120.42201.69149.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 80 (31.64% from 255) = 16.63%
BLUE value IS 251 (98.44% from 255) = 52.18%
R=31.19%
G=16.63%
B=52.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150802510.400.6800.02264.5695.5364.9
Hex9650FB2844021096041
Octal2261203735010402411140101
Binary10010110101000011111011101000100010001010000100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9650FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,80,251); }

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

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

 a { background-color: rgb(150,80,251); }

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

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

 span { border-color: rgb(150,80,251); }

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