#9198CB

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

Shades of Blue Bell #9198CB

Tints of Blue Bell #9198CB

Color information

#9198CB (or 0x9198CB) is unknown color: approx Blue Bell. HEX triplet: 91, 98 and CB. RGB value is (145,152,203). Sum of RGB (Red+Green+Blue) = 145+152+203=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #9198CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198CB is #6E6734. Grayscale: #9B9B9B. Windows color (decimal): -7235381 or 13342865. OLE color: 13342865.

HSL color Cylindrical-coordinate representation of color #9198CB: hue angle of 232.76º degrees, saturation: 0.36, 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 #9198CB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145152203-
CMYK0.290.2500.20
HSL232.76º35.8%68.24%-
HSV(B)232.76º28.57%79.61%-
XYZ33.6832.7961.05-
YUV155.72154.68120.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=29%
G=30.4%
B=40.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451522030.290.2500.20232.7635.868.24
Hex9198CB1D19014e92444
Octal221230313353102435144104
Binary1001000110011000110010111110111001010100111010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9198CB; }

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

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

<style>
 a { background-color: #9198CB; }

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

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

<style>
 span { border-color: #9198CB; }

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

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