#9498C4

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

Shades of Blue Bell #9498C4

Tints of Blue Bell #9498C4

Color information

#9498C4 (or 0x9498C4) is unknown color: approx Blue Bell. HEX triplet: 94, 98 and C4. RGB value is (148,152,196). Sum of RGB (Red+Green+Blue) = 148+152+196=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 196 - color contains mainly: blue. Hex color #9498C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9498C4 is #6B673B. Grayscale: #9B9B9B. Windows color (decimal): -7038780 or 12884116. OLE color: 12884116.

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

Color convert

RGB148152196-
CMYK0.240.2200.23
HSL235º28.92%67.45%-
HSV(B)235º24.49%76.86%-
XYZ33.432.7456.78-
YUV155.82150.67122.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 196 (76.95% from 255) = 39.52%
R=29.84%
G=30.65%
B=39.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481521960.240.2200.2323528.9267.45
Hex9498C41816017eb1d43
Octal224230304302602735335103
Binary100101001001100011000100110001011001011111101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9498C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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