#9D74FE

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

Shades of Light Slate Blue #9D74FE

Tints of Light Slate Blue #9D74FE

Color information

#9D74FE (or 0x9D74FE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 74 and FE. RGB value is (157,116,254). Sum of RGB (Red+Green+Blue) = 157+116+254=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D74FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D74FE is #628B01. Grayscale: #8F8F8F. Windows color (decimal): -6458114 or 16675997. OLE color: 16675997.

HSL color Cylindrical-coordinate representation of color #9D74FE: hue angle of 257.83º 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 #9D74FE is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157116254-
CMYK0.380.5400.00
HSL257.83º98.57%72.55%-
HSV(B)257.83º54.33%99.61%-
XYZ38.0426.8196.94-
YUV143.99190.08137.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.79%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=29.79%
G=22.01%
B=48.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571162540.380.5400.00257.8398.5772.55
Hex9D74FE2636001026349
Octal235164376466600402143111
Binary100111011110100111111101001101101100010000001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D74FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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