#908FD8

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

Shades of Blue Bell #908FD8

Tints of Blue Bell #908FD8

Color information

#908FD8 (or 0x908FD8) is unknown color: approx Blue Bell. HEX triplet: 90, 8F and D8. RGB value is (144,143,216). Sum of RGB (Red+Green+Blue) = 144+143+216=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #908FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FD8 is #6F7027. Grayscale: #979797. Windows color (decimal): -7303208 or 14192528. OLE color: 14192528.

HSL color Cylindrical-coordinate representation of color #908FD8: hue angle of 240.82º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #908FD8 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144143216-
CMYK0.330.3400.15
HSL240.82º48.34%70.39%-
HSV(B)240.82º33.8%84.71%-
XYZ33.7230.5369.08-
YUV151.62164.33122.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=28.63%
G=28.43%
B=42.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441432160.330.3400.15240.8248.3470.39
Hex908FD821220Ff13046
Octal220217330414201736160106
Binary10010000100011111101100010000110001001111111100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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