#908BBE

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

Shades of Blue Bell #908BBE

Tints of Blue Bell #908BBE

Color information

#908BBE (or 0x908BBE) is unknown color: approx Blue Bell. HEX triplet: 90, 8B and BE. RGB value is (144,139,190). Sum of RGB (Red+Green+Blue) = 144+139+190=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #908BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BBE is #6F7441. Grayscale: #929292. Windows color (decimal): -7304258 or 12487568. OLE color: 12487568.

HSL color Cylindrical-coordinate representation of color #908BBE: hue angle of 245.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #908BBE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144139190-
CMYK0.240.2700.25
HSL245.88º28.18%64.51%-
HSV(B)245.88º26.84%74.51%-
XYZ30.0328.1152.56-
YUV146.31152.66126.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.44%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=30.44%
G=29.39%
B=40.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441391900.240.2700.25245.8828.1864.51
Hex908BBE181B019f61c41
Octal220213276303303136634101
Binary100100001000101110111110110001101101100111110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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