#9898BF

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

Shades of Blue Bell #9898BF

Tints of Blue Bell #9898BF

Color information

#9898BF (or 0x9898BF) is unknown color: approx Blue Bell. HEX triplet: 98, 98 and BF. RGB value is (152,152,191). Sum of RGB (Red+Green+Blue) = 152+152+191=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #9898BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898BF is #676740. Grayscale: #9C9C9C. Windows color (decimal): -6776641 or 12556440. OLE color: 12556440.

HSL color Cylindrical-coordinate representation of color #9898BF: hue angle of 240º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9898BF is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152152191-
CMYK0.200.2000.25
HSL240º23.35%67.25%-
HSV(B)240º20.42%74.9%-
XYZ33.5832.8953.87-
YUV156.45147.5124.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 191 (75% from 255) = 38.59%
R=30.71%
G=30.71%
B=38.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521521910.200.2000.2524023.3567.25
Hex9898BF1414019f01743
Octal230230277242403136027103
Binary100110001001100010111111101001010001100111110000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9898BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9898BF; }

 p { color: rgb(152,152,191); }

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

<style>
 a { background-color: #9898BF; }

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

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

<style>
 span { border-color: #9898BF; }

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

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