Html Css Color HEX #9050FF Light Slate Blue

📋 copy color: '#9050FF'

red 144 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #9050FF

Tints of Light Slate Blue #9050FF

RGB

 RED value IS 144 (56.64% from 255) = 30.06%

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

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

R = 30.06%
G = 16.7%
B = 53.24%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9050FF (or 0x9050FF) is known color: Light Slate Blue. HEX triplet: 90, 50 and FF. RGB value is (144,80,255). Sum of RGB (Red+Green+Blue) = 144+80+255=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #9050FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9050FF is #6FAF00. Grayscale: #767676. Windows color (decimal): -7319297 or 16732304. OLE color: 16732304.

HSL color Cylindrical-coordinate representation of color #9050FF: hue angle of 261.94º 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 #9050FF is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 80 255 -
CMYK 0.44 0.69 0 0
HSL 261.94º 1% 0.66% -
HSV(B) 261.94º 0.69% 1% -
XYZ 32.42 18.89 96.54 -
YUV 119.09 204.7 145.77 -
System Red Green Blue C M Y K H S L
Decimal 144 80 255 0.44 0.69 0 0 261.94 1 0.66
Hex 90 50 FF 2C 45 0 0 106 64 42
Octal 220 120 377 54 105 0 0 406 144 102
Binary 10010000 1010000 11111111 101100 1000101 0 0 100000110 1100100 1000010

Color Harmonies of #9050FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050FF

Black with #9050FF

Text Example


Text Example

White with #9050FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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