#908BC4

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

Shades of Blue Bell #908BC4

Tints of Blue Bell #908BC4

Color information

#908BC4 (or 0x908BC4) is unknown color: approx Blue Bell. HEX triplet: 90, 8B and C4. RGB value is (144,139,196). Sum of RGB (Red+Green+Blue) = 144+139+196=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #908BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BC4 is #6F743B. Grayscale: #929292. Windows color (decimal): -7304252 or 12880784. OLE color: 12880784.

HSL color Cylindrical-coordinate representation of color #908BC4: hue angle of 245.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #908BC4 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144139196-
CMYK0.270.2900.23
HSL245.26º32.57%65.69%-
HSV(B)245.26º29.08%76.86%-
XYZ30.728.3856.08-
YUV146.99155.66125.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=30.06%
G=29.02%
B=40.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441391960.270.2900.23245.2632.5765.69
Hex908BC41B1D017f52142
Octal220213304333502736541102
Binary1001000010001011110001001101111101010111111101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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