#908BFB

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

Shades of Light Slate Blue #908BFB

Tints of Light Slate Blue #908BFB

Color information

#908BFB (or 0x908BFB) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8B and FB. RGB value is (144,139,251). Sum of RGB (Red+Green+Blue) = 144+139+251=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #908BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908BFB is #6F7404. Grayscale: #989898. Windows color (decimal): -7304197 or 16485264. OLE color: 16485264.

HSL color Cylindrical-coordinate representation of color #908BFB: hue angle of 242.68º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #908BFB is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144139251-
CMYK0.430.4500.02
HSL242.68º93.33%76.47%-
HSV(B)242.68º44.62%98.43%-
XYZ38.1531.3695.31-
YUV153.26183.16121.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 139 (54.69% from 255) = 26.03%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=26.97%
G=26.03%
B=47.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441392510.430.4500.02242.6893.3376.47
Hex908BFB2B2D02f35d4c
Octal220213373535502363135114
Binary1001000010001011111110111010111011010101111001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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