Html Css Color HEX #9057FF Light Slate Blue

📋 copy color: '#9057FF'

red 144 ◦ green 87 ◦ blue 255

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

Shades of Light Slate Blue #9057FF

Tints of Light Slate Blue #9057FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 29.63%
G = 17.9%
B = 52.47%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9057FF (or 0x9057FF) is known color: Light Slate Blue. HEX triplet: 90, 57 and FF. RGB value is (144,87,255). Sum of RGB (Red+Green+Blue) = 144+87+255=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #9057FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9057FF is #6FA800. Grayscale: #7A7A7A. Windows color (decimal): -7317505 or 16734096. OLE color: 16734096.

HSL color Cylindrical-coordinate representation of color #9057FF: hue angle of 260.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9057FF is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 87 255 -
CMYK 0.44 0.66 0 0
HSL 260.36º 1% 0.67% -
HSV(B) 260.36º 0.66% 1% -
XYZ 32.96 19.97 96.72 -
YUV 123.2 202.38 142.84 -
System Red Green Blue C M Y K H S L
Decimal 144 87 255 0.44 0.66 0 0 260.36 1 0.67
Hex 90 57 FF 2C 42 0 0 104 64 43
Octal 220 127 377 54 102 0 0 404 144 103
Binary 10010000 1010111 11111111 101100 1000010 0 0 100000100 1100100 1000011

Color Harmonies of #9057FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057FF

Black with #9057FF

Text Example


Text Example

White with #9057FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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