#908FFF

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

Shades of Light Slate Blue #908FFF

Tints of Light Slate Blue #908FFF

Color information

#908FFF (or 0x908FFF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8F and FF. RGB value is (144,143,255). Sum of RGB (Red+Green+Blue) = 144+143+255=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #908FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FFF is #6F7000. Grayscale: #9B9B9B. Windows color (decimal): -7303169 or 16748432. OLE color: 16748432.

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

Color convert

RGB144143255-
CMYK0.440.4400
HSL240.54º100%78.04%-
HSV(B)240.54º43.92%100%-
XYZ39.3732.7998.86-
YUV156.07183.83119.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 255 (100% from 255) = 47.05%
R=26.57%
G=26.38%
B=47.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441432550.440.4400240.5410078.04
Hex908FFF2C2C00f1644e
Octal220217377545400361144116
Binary100100001000111111111111101100101100001111000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908FFF; }

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

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

<style>
 a { background-color: #908FFF; }

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

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

<style>
 span { border-color: #908FFF; }

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

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