Html Css Color HEX #9F73FB Light Slate Blue

📋 copy color: '#9F73FB'

red 159 ◦ green 115 ◦ blue 251

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

Shades of Light Slate Blue #9F73FB

Tints of Light Slate Blue #9F73FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.9%

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 30.29%
G = 21.9%
B = 47.81%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F73FB (or 0x9F73FB) is known color: Light Slate Blue. HEX triplet: 9F, 73 and FB. RGB value is (159,115,251). Sum of RGB (Red+Green+Blue) = 159+115+251=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F73FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F73FB is #608C04. Grayscale: #8F8F8F. Windows color (decimal): -6327301 or 16479135. OLE color: 16479135.

HSL color Cylindrical-coordinate representation of color #9F73FB: hue angle of 259.41º degrees, saturation: 0.94, 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 #9F73FB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 115 251 -
CMYK 0.37 0.54 0 0.02
HSL 259.41º 0.94% 0.72% -
HSV(B) 259.41º 0.54% 0.98% -
XYZ 37.84 26.6 94.41 -
YUV 143.66 188.58 138.94 -
System Red Green Blue C M Y K H S L
Decimal 159 115 251 0.37 0.54 0 0.02 259.41 0.94 0.72
Hex 9F 73 FB 25 36 0 2 103 5E 48
Octal 237 163 373 45 66 0 2 403 136 110
Binary 10011111 1110011 11111011 100101 110110 0 10 100000011 1011110 1001000

Color Harmonies of #9F73FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F73FB

Black with #9F73FB

Text Example


Text Example

White with #9F73FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,115,251); }

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

background-color css

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

 a { background-color: rgb(159,115,251); }

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

border-color css

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

 span { border-color: rgb(159,115,251); }

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