#908BCB

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

Shades of Blue Bell #908BCB

Tints of Blue Bell #908BCB

Color information

#908BCB (or 0x908BCB) is unknown color: approx Blue Bell. HEX triplet: 90, 8B and CB. RGB value is (144,139,203). Sum of RGB (Red+Green+Blue) = 144+139+203=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #908BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BCB is #6F7434. Grayscale: #939393. Windows color (decimal): -7304245 or 13339536. OLE color: 13339536.

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

Color convert

RGB144139203-
CMYK0.290.3200.20
HSL244.69º38.1%67.06%-
HSV(B)244.69º31.53%79.61%-
XYZ31.5128.7160.38-
YUV147.79159.16125.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=29.63%
G=28.60%
B=41.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441392030.290.3200.20244.6938.167.06
Hex908BCB1D20014f52643
Octal220213313354002436546103
Binary10010000100010111100101111101100000010100111101011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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