Html Css Color HEX #9055FF Light Slate Blue

📋 copy color: '#9055FF'

red 144 ◦ green 85 ◦ blue 255

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

Shades of Light Slate Blue #9055FF

Tints of Light Slate Blue #9055FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.56%

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

R = 29.75%
G = 17.56%
B = 52.69%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9055FF (or 0x9055FF) is known color: Light Slate Blue. HEX triplet: 90, 55 and FF. RGB value is (144,85,255). Sum of RGB (Red+Green+Blue) = 144+85+255=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #9055FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9055FF is #6FAA00. Grayscale: #797979. Windows color (decimal): -7318017 or 16733584. OLE color: 16733584.

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

Color convert

RGB 144 85 255 -
CMYK 0.44 0.67 0 0
HSL 260.82º 1% 0.67% -
HSV(B) 260.82º 0.67% 1% -
XYZ 32.8 19.65 96.67 -
YUV 122.02 203.05 143.68 -
System Red Green Blue C M Y K H S L
Decimal 144 85 255 0.44 0.67 0 0 260.82 1 0.67
Hex 90 55 FF 2C 43 0 0 105 64 43
Octal 220 125 377 54 103 0 0 405 144 103
Binary 10010000 1010101 11111111 101100 1000011 0 0 100000101 1100100 1000011

Color Harmonies of #9055FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9055FF

Black with #9055FF

Text Example


Text Example

White with #9055FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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