#9F81FD

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

Shades of Light Slate Blue #9F81FD

Tints of Light Slate Blue #9F81FD

Color information

#9F81FD (or 0x9F81FD) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 81 and FD. RGB value is (159,129,253). Sum of RGB (Red+Green+Blue) = 159+129+253=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F81FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F81FD is #607E02. Grayscale: #979797. Windows color (decimal): -6323715 or 16613791. OLE color: 16613791.

HSL color Cylindrical-coordinate representation of color #9F81FD: hue angle of 254.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F81FD is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159129253-
CMYK0.370.4900.01
HSL254.52º96.88%74.9%-
HSV(B)254.52º49.01%99.22%-
XYZ39.8830.1696.65-
YUV152.11184.94132.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.39%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=29.39%
G=23.84%
B=46.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591292530.370.4900.01254.5296.8874.9
Hex9F81FD253101ff614b
Octal237201375456101377141113
Binary100111111000000111111101100101110001011111111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,129,253); }

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

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

 a { background-color: rgb(159,129,253); }

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

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

 span { border-color: rgb(159,129,253); }

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