Html Css Color HEX #9053FA Light Slate Blue

📋 copy color: '#9053FA'

red 144 ◦ green 83 ◦ blue 250

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

Shades of Light Slate Blue #9053FA

Tints of Light Slate Blue #9053FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 30.19%
G = 17.4%
B = 52.41%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9053FA (or 0x9053FA) is known color: Light Slate Blue. HEX triplet: 90, 53 and FA. RGB value is (144,83,250). Sum of RGB (Red+Green+Blue) = 144+83+250=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #9053FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9053FA is #6FAC05. Grayscale: #777777. Windows color (decimal): -7318534 or 16405392. OLE color: 16405392.

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

Color convert

RGB 144 83 250 -
CMYK 0.42 0.67 0 0.02
HSL 261.92º 0.94% 0.65% -
HSV(B) 261.92º 0.67% 0.98% -
XYZ 31.85 19.02 92.43 -
YUV 120.28 201.21 144.92 -
System Red Green Blue C M Y K H S L
Decimal 144 83 250 0.42 0.67 0 0.02 261.92 0.94 0.65
Hex 90 53 FA 2A 43 0 2 106 5E 41
Octal 220 123 372 52 103 0 2 406 136 101
Binary 10010000 1010011 11111010 101010 1000011 0 10 100000110 1011110 1000001

Color Harmonies of #9053FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053FA

Black with #9053FA

Text Example


Text Example

White with #9053FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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