#9F74FD

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

Shades of Light Slate Blue #9F74FD

Tints of Light Slate Blue #9F74FD

Color information

#9F74FD (or 0x9F74FD) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 74 and FD. RGB value is (159,116,253). Sum of RGB (Red+Green+Blue) = 159+116+253=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F74FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F74FD is #608B02. Grayscale: #8F8F8F. Windows color (decimal): -6327043 or 16610463. OLE color: 16610463.

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

Color convert

RGB159116253-
CMYK0.370.5400.01
HSL258.83º97.16%72.35%-
HSV(B)258.83º54.15%99.22%-
XYZ38.2726.9596.11-
YUV144.48189.25138.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 116 (45.70% from 255) = 21.97%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=30.11%
G=21.97%
B=47.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591162530.370.5400.01258.8397.1672.35
Hex9F74FD2536011036148
Octal237164375456601403141110
Binary100111111110100111111011001011101100110000001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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