#9061FF

Color #9061FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9061FF

Tints of Light Slate Blue #9061FF

Color information

#9061FF (or 0x9061FF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 61 and FF. RGB value is (144,97,255). Sum of RGB (Red+Green+Blue) = 144+97+255=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9061FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9061FF is #6F9E00. Grayscale: #808080. Windows color (decimal): -7314945 or 16736656. OLE color: 16736656.

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

Color convert

RGB14497255-
CMYK0.440.6200
HSL257.85º100%69.02%-
HSV(B)257.85º61.96%100%-
XYZ33.8321.797.01-
YUV129.06199.07138.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 97 (38.28% from 255) = 19.56%
BLUE value IS 255 (100% from 255) = 51.41%
R=29.03%
G=19.56%
B=51.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal144972550.440.6200257.8510069.02
Hex9061FF2C3E001026445
Octal220141377547600402144105
Binary100100001100001111111111011001111100010000001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9061FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9061FF;
 }
 .AnyTagClassName
 {
   color: #9061FF;
 }
</style>
background-color css

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

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

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

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

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

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