#9F67FE

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

Shades of Light Slate Blue #9F67FE

Tints of Light Slate Blue #9F67FE

Color information

#9F67FE (or 0x9F67FE) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 67 and FE. RGB value is (159,103,254). Sum of RGB (Red+Green+Blue) = 159+103+254=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F67FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F67FE is #609801. Grayscale: #888888. Windows color (decimal): -6330370 or 16672671. OLE color: 16672671.

HSL color Cylindrical-coordinate representation of color #9F67FE: hue angle of 262.25º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F67FE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159103254-
CMYK0.370.5900.00
HSL262.25º98.69%70%-
HSV(B)262.25º59.45%99.61%-
XYZ37.0424.2396.49-
YUV136.96194.05143.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.81%
GREEN value IS 103 (40.62% from 255) = 19.96%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=30.81%
G=19.96%
B=49.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1591032540.370.5900.00262.2598.6970
Hex9F67FE253B001066346
Octal237147376457300406143106
Binary100111111100111111111101001011110110010000011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F67FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F67FE; }

 p { color: rgb(159,103,254); }

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

<style>
 a { background-color: #9F67FE; }

 a { background-color: rgb(159,103,254); }

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

<style>
 span { border-color: #9F67FE; }

 span { border-color: rgb(159,103,254); }

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