#9671FE

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

Shades of Light Slate Blue #9671FE

Tints of Light Slate Blue #9671FE

Color information

#9671FE (or 0x9671FE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 71 and FE. RGB value is (150,113,254). Sum of RGB (Red+Green+Blue) = 150+113+254=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #9671FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9671FE is #698E01. Grayscale: #8B8B8B. Windows color (decimal): -6917634 or 16675222. OLE color: 16675222.

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

Color convert

RGB150113254-
CMYK0.410.5600.00
HSL255.74º98.6%71.96%-
HSV(B)255.74º55.51%99.61%-
XYZ36.3725.4596.76-
YUV140.14192.26135.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=29.01%
G=21.86%
B=49.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501132540.410.5600.00255.7498.671.96
Hex9671FE2938001006348
Octal226161376517000400143110
Binary100101101110001111111101010011110000010000000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9671FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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