Html Css Color HEX #9F74FA Light Slate Blue

📋 copy color: '#9F74FA'

red 159 ◦ green 116 ◦ blue 250

#9F74FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9F74FA

Tints of Light Slate Blue #9F74FA

RGB

 RED value IS 159 (62.5% from 255) = 30.29%

 GREEN value IS 116 (45.7% from 255) = 22.1%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 30.29%
G = 22.1%
B = 47.62%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F74FA (or 0x9F74FA) is known color: Light Slate Blue. HEX triplet: 9F, 74 and FA. RGB value is (159,116,250). Sum of RGB (Red+Green+Blue) = 159+116+250=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F74FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F74FA is #608B05. Grayscale: #8F8F8F. Windows color (decimal): -6327046 or 16413855. OLE color: 16413855.

HSL color Cylindrical-coordinate representation of color #9F74FA: hue angle of 259.25º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F74FA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 116 250 -
CMYK 0.36 0.54 0 0.02
HSL 259.25º 0.93% 0.72% -
HSV(B) 259.25º 0.54% 0.98% -
XYZ 37.8 26.76 93.62 -
YUV 144.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 159 116 250 0.36 0.54 0 0.02 259.25 0.93 0.72
Hex 9F 74 FA 24 36 0 2 103 5D 48
Octal 237 164 372 44 66 0 2 403 135 110
Binary 10011111 1110100 11111010 100100 110110 0 10 100000011 1011101 1001000

Color Harmonies of #9F74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F74FA

Black with #9F74FA

Text Example


Text Example

White with #9F74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F74FA;
 }
 .AnyTagClassName
 {
   color: #9F74FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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