#9298CB

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

Shades of Blue Bell #9298CB

Tints of Blue Bell #9298CB

Color information

#9298CB (or 0x9298CB) is unknown color: approx Blue Bell. HEX triplet: 92, 98 and CB. RGB value is (146,152,203). Sum of RGB (Red+Green+Blue) = 146+152+203=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9298CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298CB is #6D6734. Grayscale: #9B9B9B. Windows color (decimal): -7169845 or 13342866. OLE color: 13342866.

HSL color Cylindrical-coordinate representation of color #9298CB: hue angle of 233.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9298CB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146152203-
CMYK0.280.2500.20
HSL233.68º35.4%68.43%-
HSV(B)233.68º28.08%79.61%-
XYZ33.8632.8861.06-
YUV156.02154.51120.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=29.14%
G=30.34%
B=40.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461522030.280.2500.20233.6835.468.43
Hex9298CB1C19014ea2344
Octal222230313343102435243104
Binary1001001010011000110010111110011001010100111010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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