#9671FF

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

Shades of Light Slate Blue #9671FF

Tints of Light Slate Blue #9671FF

Color information

#9671FF (or 0x9671FF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 71 and FF. RGB value is (150,113,255). Sum of RGB (Red+Green+Blue) = 150+113+255=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #9671FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9671FF is #698E00. Grayscale: #8B8B8B. Windows color (decimal): -6917633 or 16740758. OLE color: 16740758.

HSL color Cylindrical-coordinate representation of color #9671FF: hue angle of 255.63º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9671FF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150113255-
CMYK0.410.5600
HSL255.63º100%72.16%-
HSV(B)255.63º55.69%100%-
XYZ36.5325.5197.61-
YUV140.25192.76134.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 255 (100% from 255) = 49.23%
R=28.96%
G=21.81%
B=49.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501132550.410.5600255.6310072.16
Hex9671FF2938001006448
Octal226161377517000400144110
Binary100101101110001111111111010011110000010000000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9671FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9671FF; }

 p { color: rgb(150,113,255); }

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

<style>
 a { background-color: #9671FF; }

 a { background-color: rgb(150,113,255); }

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

<style>
 span { border-color: #9671FF; }

 span { border-color: rgb(150,113,255); }

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