#905FFB

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

Shades of Light Slate Blue #905FFB

Tints of Light Slate Blue #905FFB

Color information

#905FFB (or 0x905FFB) is unknown color: approx Light Slate Blue. HEX triplet: 90, 5F and FB. RGB value is (144,95,251). Sum of RGB (Red+Green+Blue) = 144+95+251=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #905FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905FFB is #6FA004. Grayscale: #7E7E7E. Windows color (decimal): -7315461 or 16474000. OLE color: 16474000.

HSL color Cylindrical-coordinate representation of color #905FFB: hue angle of 258.85º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905FFB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14495251-
CMYK0.430.6200.02
HSL258.85º95.12%67.84%-
HSV(B)258.85º62.15%98.43%-
XYZ33.0121.0893.6-
YUV127.44197.73139.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 95 (37.5% from 255) = 19.39%
BLUE value IS 251 (98.44% from 255) = 51.22%
R=29.39%
G=19.39%
B=51.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144952510.430.6200.02258.8595.1267.84
Hex905FFB2B3E021035f44
Octal220137373537602403137104
Binary1001000010111111111101110101111111001010000001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905FFB; }

 p { color: rgb(144,95,251); }

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

<style>
 a { background-color: #905FFB; }

 a { background-color: rgb(144,95,251); }

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

<style>
 span { border-color: #905FFB; }

 span { border-color: rgb(144,95,251); }

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