#9298CD

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

Shades of Blue Bell #9298CD

Tints of Blue Bell #9298CD

Color information

#9298CD (or 0x9298CD) is unknown color: approx Blue Bell. HEX triplet: 92, 98 and CD. RGB value is (146,152,205). Sum of RGB (Red+Green+Blue) = 146+152+205=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9298CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298CD is #6D6732. Grayscale: #9C9C9C. Windows color (decimal): -7169843 or 13473938. OLE color: 13473938.

HSL color Cylindrical-coordinate representation of color #9298CD: hue angle of 233.9º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9298CD is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146152205-
CMYK0.290.2600.20
HSL233.9º37.11%68.82%-
HSV(B)233.9º28.78%80.39%-
XYZ34.132.9862.33-
YUV156.25155.51120.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=29.03%
G=30.22%
B=40.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461522050.290.2600.20233.937.1168.82
Hex9298CD1D1A014ea2545
Octal222230315353202435245105
Binary1001001010011000110011011110111010010100111010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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