Html Css Color HEX #9059FA Light Slate Blue

📋 copy color: '#9059FA'

red 144 ◦ green 89 ◦ blue 250

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

Shades of Light Slate Blue #9059FA

Tints of Light Slate Blue #9059FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.43%

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

R = 29.81%
G = 18.43%
B = 51.76%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9059FA (or 0x9059FA) is known color: Light Slate Blue. HEX triplet: 90, 59 and FA. RGB value is (144,89,250). Sum of RGB (Red+Green+Blue) = 144+89+250=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #9059FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9059FA is #6FA605. Grayscale: #7B7B7B. Windows color (decimal): -7316998 or 16406928. OLE color: 16406928.

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

Color convert

RGB 144 89 250 -
CMYK 0.42 0.64 0 0.02
HSL 260.5º 0.94% 0.66% -
HSV(B) 260.5º 0.64% 0.98% -
XYZ 32.33 19.98 92.59 -
YUV 123.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 144 89 250 0.42 0.64 0 0.02 260.5 0.94 0.66
Hex 90 59 FA 2A 40 0 2 104 5E 42
Octal 220 131 372 52 100 0 2 404 136 102
Binary 10010000 1011001 11111010 101010 1000000 0 10 100000100 1011110 1000010

Color Harmonies of #9059FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059FA

Black with #9059FA

Text Example


Text Example

White with #9059FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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