Html Css Color HEX #9057F9 Light Slate Blue

📋 copy color: '#9057F9'

red 144 ◦ green 87 ◦ blue 249

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

Shades of Light Slate Blue #9057F9

Tints of Light Slate Blue #9057F9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.13%

 BLUE value IS 249 (97.66% from 255) = 51.88%

R = 30%
G = 18.13%
B = 51.88%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9057F9 (or 0x9057F9) is known color: Light Slate Blue. HEX triplet: 90, 57 and F9. RGB value is (144,87,249). Sum of RGB (Red+Green+Blue) = 144+87+249=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #9057F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9057F9 is #6FA806. Grayscale: #797979. Windows color (decimal): -7317511 or 16340880. OLE color: 16340880.

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

Color convert

RGB 144 87 249 -
CMYK 0.42 0.65 0 0.02
HSL 261.11º 0.93% 0.66% -
HSV(B) 261.11º 0.65% 0.98% -
XYZ 32.01 19.59 91.72 -
YUV 122.51 199.38 143.33 -
System Red Green Blue C M Y K H S L
Decimal 144 87 249 0.42 0.65 0 0.02 261.11 0.93 0.66
Hex 90 57 F9 2A 41 0 2 105 5D 42
Octal 220 127 371 52 101 0 2 405 135 102
Binary 10010000 1010111 11111001 101010 1000001 0 10 100000101 1011101 1000010

Color Harmonies of #9057F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057F9

Black with #9057F9

Text Example


Text Example

White with #9057F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9057F9; }

 p { color: rgb(144,87,249); }

 H1.HeaderClassName
 {
   color: #9057F9;
 }
 .AnyTagClassName
 {
   color: #9057F9;
 }
</style>

background-color css

<style>
 a { background-color: #9057F9; }

 a { background-color: rgb(144,87,249); }

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

border-color css

<style>
 span { border-color: #9057F9; }

 span { border-color: rgb(144,87,249); }

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