#9891CC

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

Shades of Blue Bell #9891CC

Tints of Blue Bell #9891CC

Color information

#9891CC (or 0x9891CC) is unknown color: approx Blue Bell. HEX triplet: 98, 91 and CC. RGB value is (152,145,204). Sum of RGB (Red+Green+Blue) = 152+145+204=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9891CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891CC is #676E33. Grayscale: #999999. Windows color (decimal): -6778420 or 13406616. OLE color: 13406616.

HSL color Cylindrical-coordinate representation of color #9891CC: hue angle of 247.12º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9891CC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152145204-
CMYK0.250.2900.2
HSL247.12º36.65%68.43%-
HSV(B)247.12º28.92%80%-
XYZ33.9731.2961.37-
YUV153.82156.32126.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=30.34%
G=28.94%
B=40.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521452040.250.2900.2247.1236.6568.43
Hex9891CC191D014f72544
Octal230221314313502436745104
Binary1001100010010001110011001100111101010100111101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9891CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9891CC; }

 p { color: rgb(152,145,204); }

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

<style>
 a { background-color: #9891CC; }

 a { background-color: rgb(152,145,204); }

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

<style>
 span { border-color: #9891CC; }

 span { border-color: rgb(152,145,204); }

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