Html Css Color HEX #9054FA Light Slate Blue

📋 copy color: '#9054FA'

red 144 ◦ green 84 ◦ blue 250

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

Shades of Light Slate Blue #9054FA

Tints of Light Slate Blue #9054FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

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

R = 30.13%
G = 17.57%
B = 52.3%

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

#9054FA (or 0x9054FA) is known color: Light Slate Blue. HEX triplet: 90, 54 and FA. RGB value is (144,84,250). Sum of RGB (Red+Green+Blue) = 144+84+250=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #9054FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9054FA is #6FAB05. Grayscale: #787878. Windows color (decimal): -7318278 or 16405648. OLE color: 16405648.

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

Color convert

RGB 144 84 250 -
CMYK 0.42 0.66 0 0.02
HSL 261.69º 0.94% 0.65% -
HSV(B) 261.69º 0.66% 0.98% -
XYZ 31.93 19.17 92.46 -
YUV 120.86 200.88 144.5 -
System Red Green Blue C M Y K H S L
Decimal 144 84 250 0.42 0.66 0 0.02 261.69 0.94 0.65
Hex 90 54 FA 2A 42 0 2 106 5E 41
Octal 220 124 372 52 102 0 2 406 136 101
Binary 10010000 1010100 11111010 101010 1000010 0 10 100000110 1011110 1000001

Color Harmonies of #9054FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9054FA

Black with #9054FA

Text Example


Text Example

White with #9054FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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