Html Css Color HEX #9059FC Light Slate Blue

📋 copy color: '#9059FC'

red 144 ◦ green 89 ◦ blue 252

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

Shades of Light Slate Blue #9059FC

Tints of Light Slate Blue #9059FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 29.69%
G = 18.35%
B = 51.96%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9059FC (or 0x9059FC) is known color: Light Slate Blue. HEX triplet: 90, 59 and FC. RGB value is (144,89,252). Sum of RGB (Red+Green+Blue) = 144+89+252=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #9059FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9059FC is #6FA603. Grayscale: #7B7B7B. Windows color (decimal): -7316996 or 16538000. OLE color: 16538000.

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

Color convert

RGB 144 89 252 -
CMYK 0.43 0.65 0 0.01
HSL 260.25º 0.96% 0.67% -
HSV(B) 260.25º 0.65% 0.99% -
XYZ 32.64 20.1 94.26 -
YUV 124.03 200.22 142.25 -
System Red Green Blue C M Y K H S L
Decimal 144 89 252 0.43 0.65 0 0.01 260.25 0.96 0.67
Hex 90 59 FC 2B 41 0 1 104 60 43
Octal 220 131 374 53 101 0 1 404 140 103
Binary 10010000 1011001 11111100 101011 1000001 0 1 100000100 1100000 1000011

Color Harmonies of #9059FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059FC

Black with #9059FC

Text Example


Text Example

White with #9059FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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