Html Css Color HEX #9950FF Light Slate Blue

📋 copy color: '#9950FF'

red 153 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #9950FF

Tints of Light Slate Blue #9950FF

RGB

 RED value IS 153 (60.16% from 255) = 31.35%

 GREEN value IS 80 (31.64% from 255) = 16.39%

 BLUE value IS 255 (100% from 255) = 52.25%

R = 31.35%
G = 16.39%
B = 52.25%

CMYK

 C value IS 0.4

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9950FF (or 0x9950FF) is known color: Light Slate Blue. HEX triplet: 99, 50 and FF. RGB value is (153,80,255). Sum of RGB (Red+Green+Blue) = 153+80+255=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #9950FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9950FF is #66AF00. Grayscale: #797979. Windows color (decimal): -6729473 or 16732313. OLE color: 16732313.

HSL color Cylindrical-coordinate representation of color #9950FF: hue angle of 265.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9950FF is Cyan = 0.4, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 80 255 -
CMYK 0.4 0.69 0 0
HSL 265.03º 1% 0.66% -
HSV(B) 265.03º 0.69% 1% -
XYZ 34.06 19.73 96.62 -
YUV 121.78 203.18 150.27 -
System Red Green Blue C M Y K H S L
Decimal 153 80 255 0.4 0.69 0 0 265.03 1 0.66
Hex 99 50 FF 28 45 0 0 109 64 42
Octal 231 120 377 50 105 0 0 411 144 102
Binary 10011001 1010000 11111111 101000 1000101 0 0 100001001 1100100 1000010

Color Harmonies of #9950FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950FF

Black with #9950FF

Text Example


Text Example

White with #9950FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9950FF; }

 p { color: rgb(153,80,255); }

 H1.HeaderClassName
 {
   color: #9950FF;
 }
 .AnyTagClassName
 {
   color: #9950FF;
 }
</style>

background-color css

<style>
 a { background-color: #9950FF; }

 a { background-color: rgb(153,80,255); }

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

border-color css

<style>
 span { border-color: #9950FF; }

 span { border-color: rgb(153,80,255); }

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