#9898C4

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

Shades of Blue Bell #9898C4

Tints of Blue Bell #9898C4

Color information

#9898C4 (or 0x9898C4) is unknown color: approx Blue Bell. HEX triplet: 98, 98 and C4. RGB value is (152,152,196). Sum of RGB (Red+Green+Blue) = 152+152+196=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #9898C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898C4 is #67673B. Grayscale: #9C9C9C. Windows color (decimal): -6776636 or 12884120. OLE color: 12884120.

HSL color Cylindrical-coordinate representation of color #9898C4: hue angle of 240º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9898C4 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152152196-
CMYK0.220.2200.23
HSL240º27.16%68.24%-
HSV(B)240º22.45%76.86%-
XYZ34.1433.1256.82-
YUV157.02150124.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=30.4%
G=30.4%
B=39.2%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521521960.220.2200.2324027.1668.24
Hex9898C41616017f01b44
Octal230230304262602736033104
Binary100110001001100011000100101101011001011111110000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9898C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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