#9874FE

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

Shades of Light Slate Blue #9874FE

Tints of Light Slate Blue #9874FE

Color information

#9874FE (or 0x9874FE) is unknown color: approx Light Slate Blue. HEX triplet: 98, 74 and FE. RGB value is (152,116,254). Sum of RGB (Red+Green+Blue) = 152+116+254=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #9874FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9874FE is #678B01. Grayscale: #8D8D8D. Windows color (decimal): -6785794 or 16675992. OLE color: 16675992.

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

Color convert

RGB152116254-
CMYK0.400.5400.00
HSL255.65º98.57%72.55%-
HSV(B)255.65º54.33%99.61%-
XYZ37.0826.3296.89-
YUV142.5190.93134.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=29.12%
G=22.22%
B=48.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521162540.400.5400.00255.6598.5772.55
Hex9874FE2836001006349
Octal230164376506600400143111
Binary100110001110100111111101010001101100010000000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9874FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,116,254); }

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

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

 a { background-color: rgb(152,116,254); }

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

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

 span { border-color: rgb(152,116,254); }

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