Html Css Color HEX #9050FE Light Slate Blue

📋 copy color: '#9050FE'

red 144 ◦ green 80 ◦ blue 254

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

Shades of Light Slate Blue #9050FE

Tints of Light Slate Blue #9050FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 30.13%
G = 16.74%
B = 53.14%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9050FE (or 0x9050FE) is known color: Light Slate Blue. HEX triplet: 90, 50 and FE. RGB value is (144,80,254). Sum of RGB (Red+Green+Blue) = 144+80+254=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #9050FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9050FE is #6FAF01. Grayscale: #767676. Windows color (decimal): -7319298 or 16666768. OLE color: 16666768.

HSL color Cylindrical-coordinate representation of color #9050FE: hue angle of 262.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9050FE is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 80 254 -
CMYK 0.43 0.69 0 0.00
HSL 262.07º 0.99% 0.65% -
HSV(B) 262.07º 0.69% 1% -
XYZ 32.26 18.82 95.7 -
YUV 118.97 204.2 145.85 -
System Red Green Blue C M Y K H S L
Decimal 144 80 254 0.43 0.69 0 0.00 262.07 0.99 0.65
Hex 90 50 FE 2B 45 0 0 106 63 41
Octal 220 120 376 53 105 0 0 406 143 101
Binary 10010000 1010000 11111110 101011 1000101 0 0 100000110 1100011 1000001

Color Harmonies of #9050FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050FE

Black with #9050FE

Text Example


Text Example

White with #9050FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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