#908FCD

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

Shades of Blue Bell #908FCD

Tints of Blue Bell #908FCD

Color information

#908FCD (or 0x908FCD) is unknown color: approx Blue Bell. HEX triplet: 90, 8F and CD. RGB value is (144,143,205). Sum of RGB (Red+Green+Blue) = 144+143+205=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #908FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FCD is #6F7032. Grayscale: #969696. Windows color (decimal): -7303219 or 13471632. OLE color: 13471632.

HSL color Cylindrical-coordinate representation of color #908FCD: hue angle of 240.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908FCD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144143205-
CMYK0.300.3000.20
HSL240.97º38.27%68.24%-
HSV(B)240.97º30.24%80.39%-
XYZ32.3429.9861.84-
YUV150.37158.83123.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=29.27%
G=29.07%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441432050.300.3000.20240.9738.2768.24
Hex908FCD1E1E014f12644
Octal220217315363602436146104
Binary1001000010001111110011011111011110010100111100011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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