#908DC1

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

Shades of Blue Bell #908DC1

Tints of Blue Bell #908DC1

Color information

#908DC1 (or 0x908DC1) is unknown color: approx Blue Bell. HEX triplet: 90, 8D and C1. RGB value is (144,141,193). Sum of RGB (Red+Green+Blue) = 144+141+193=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #908DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DC1 is #6F723E. Grayscale: #939393. Windows color (decimal): -7303743 or 12684688. OLE color: 12684688.

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

Color convert

RGB144141193-
CMYK0.250.2700.24
HSL243.46º29.55%65.49%-
HSV(B)243.46º26.94%75.69%-
XYZ30.6528.8354.4-
YUV147.82153.49125.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=30.13%
G=29.50%
B=40.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441411930.250.2700.24243.4629.5565.49
Hex908DC1191B018f31e41
Octal220215301313303036336101
Binary100100001000110111000001110011101101100011110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,193); }

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

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

 a { background-color: rgb(144,141,193); }

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

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

 span { border-color: rgb(144,141,193); }

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