#908BCC

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

Shades of Blue Bell #908BCC

Tints of Blue Bell #908BCC

Color information

#908BCC (or 0x908BCC) is unknown color: approx Blue Bell. HEX triplet: 90, 8B and CC. RGB value is (144,139,204). Sum of RGB (Red+Green+Blue) = 144+139+204=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #908BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BCC is #6F7433. Grayscale: #939393. Windows color (decimal): -7304244 or 13405072. OLE color: 13405072.

HSL color Cylindrical-coordinate representation of color #908BCC: hue angle of 244.62º degrees, saturation: 0.39, 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 #908BCC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144139204-
CMYK0.290.3200.2
HSL244.62º38.92%67.25%-
HSV(B)244.62º31.86%80%-
XYZ31.6328.7561.01-
YUV147.9159.66125.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=29.57%
G=28.54%
B=41.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441392040.290.3200.2244.6238.9267.25
Hex908BCC1D20014f52743
Octal220213314354002436547103
Binary10010000100010111100110011101100000010100111101011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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