#9971FE

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

Shades of Light Slate Blue #9971FE

Tints of Light Slate Blue #9971FE

Color information

#9971FE (or 0x9971FE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 71 and FE. RGB value is (153,113,254). Sum of RGB (Red+Green+Blue) = 153+113+254=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #9971FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9971FE is #668E01. Grayscale: #8C8C8C. Windows color (decimal): -6721026 or 16675225. OLE color: 16675225.

HSL color Cylindrical-coordinate representation of color #9971FE: hue angle of 257.02º 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 #9971FE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153113254-
CMYK0.400.5600.00
HSL257.02º98.6%71.96%-
HSV(B)257.02º55.51%99.61%-
XYZ36.9325.7496.79-
YUV141.03191.75136.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=29.42%
G=21.73%
B=48.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531132540.400.5600.00257.0298.671.96
Hex9971FE2838001016348
Octal231161376507000401143110
Binary100110011110001111111101010001110000010000000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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