#908EC3

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

Shades of Blue Bell #908EC3

Tints of Blue Bell #908EC3

Color information

#908EC3 (or 0x908EC3) is unknown color: approx Blue Bell. HEX triplet: 90, 8E and C3. RGB value is (144,142,195). Sum of RGB (Red+Green+Blue) = 144+142+195=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #908EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EC3 is #6F713C. Grayscale: #949494. Windows color (decimal): -7303485 or 12816016. OLE color: 12816016.

HSL color Cylindrical-coordinate representation of color #908EC3: hue angle of 242.26º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #908EC3 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144142195-
CMYK0.260.2700.24
HSL242.26º30.64%66.08%-
HSV(B)242.26º27.18%76.47%-
XYZ31.0229.2255.63-
YUV148.64154.16124.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=29.94%
G=29.52%
B=40.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441421950.260.2700.24242.2630.6466.08
Hex908EC31A1B018f21f42
Octal220216303323303036237102
Binary100100001000111011000011110101101101100011110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,142,195); }

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

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

 a { background-color: rgb(144,142,195); }

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

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

 span { border-color: rgb(144,142,195); }

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