Html Css Color HEX #9055FA Light Slate Blue

📋 copy color: '#9055FA'

red 144 ◦ green 85 ◦ blue 250

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

Shades of Light Slate Blue #9055FA

Tints of Light Slate Blue #9055FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.75%

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

R = 30.06%
G = 17.75%
B = 52.19%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9055FA (or 0x9055FA) is known color: Light Slate Blue. HEX triplet: 90, 55 and FA. RGB value is (144,85,250). Sum of RGB (Red+Green+Blue) = 144+85+250=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #9055FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9055FA is #6FAA05. Grayscale: #787878. Windows color (decimal): -7318022 or 16405904. OLE color: 16405904.

HSL color Cylindrical-coordinate representation of color #9055FA: hue angle of 261.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9055FA is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 85 250 -
CMYK 0.42 0.66 0 0.02
HSL 261.45º 0.94% 0.66% -
HSV(B) 261.45º 0.66% 0.98% -
XYZ 32.01 19.33 92.49 -
YUV 121.45 200.55 144.08 -
System Red Green Blue C M Y K H S L
Decimal 144 85 250 0.42 0.66 0 0.02 261.45 0.94 0.66
Hex 90 55 FA 2A 42 0 2 105 5E 42
Octal 220 125 372 52 102 0 2 405 136 102
Binary 10010000 1010101 11111010 101010 1000010 0 10 100000101 1011110 1000010

Color Harmonies of #9055FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9055FA

Black with #9055FA

Text Example


Text Example

White with #9055FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9055FA; }

 p { color: rgb(144,85,250); }

 H1.HeaderClassName
 {
   color: #9055FA;
 }
 .AnyTagClassName
 {
   color: #9055FA;
 }
</style>

background-color css

<style>
 a { background-color: #9055FA; }

 a { background-color: rgb(144,85,250); }

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

border-color css

<style>
 span { border-color: #9055FA; }

 span { border-color: rgb(144,85,250); }

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