Html Css Color HEX #9059FB Light Slate Blue

📋 copy color: '#9059FB'

red 144 ◦ green 89 ◦ blue 251

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

Shades of Light Slate Blue #9059FB

Tints of Light Slate Blue #9059FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 29.75%
G = 18.39%
B = 51.86%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9059FB (or 0x9059FB) is known color: Light Slate Blue. HEX triplet: 90, 59 and FB. RGB value is (144,89,251). Sum of RGB (Red+Green+Blue) = 144+89+251=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #9059FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9059FB is #6FA604. Grayscale: #7B7B7B. Windows color (decimal): -7316997 or 16472464. OLE color: 16472464.

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

Color convert

RGB 144 89 251 -
CMYK 0.43 0.65 0 0.02
HSL 260.37º 0.95% 0.67% -
HSV(B) 260.37º 0.65% 0.98% -
XYZ 32.49 20.04 93.42 -
YUV 123.91 199.72 142.33 -
System Red Green Blue C M Y K H S L
Decimal 144 89 251 0.43 0.65 0 0.02 260.37 0.95 0.67
Hex 90 59 FB 2B 41 0 2 104 5F 43
Octal 220 131 373 53 101 0 2 404 137 103
Binary 10010000 1011001 11111011 101011 1000001 0 10 100000100 1011111 1000011

Color Harmonies of #9059FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059FB

Black with #9059FB

Text Example


Text Example

White with #9059FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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