#9098C1

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

Shades of Blue Bell #9098C1

Tints of Blue Bell #9098C1

Color information

#9098C1 (or 0x9098C1) is unknown color: approx Blue Bell. HEX triplet: 90, 98 and C1. RGB value is (144,152,193). Sum of RGB (Red+Green+Blue) = 144+152+193=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #9098C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098C1 is #6F673E. Grayscale: #9A9A9A. Windows color (decimal): -7300927 or 12687504. OLE color: 12687504.

HSL color Cylindrical-coordinate representation of color #9098C1: hue angle of 230.2º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9098C1 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144152193-
CMYK0.250.2100.24
HSL230.2º28.32%66.08%-
HSV(B)230.2º25.39%75.69%-
XYZ32.3632.2454.97-
YUV154.28149.85120.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=29.45%
G=31.08%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441521930.250.2100.24230.228.3266.08
Hex9098C11915018e61c42
Octal220230301312503034634102
Binary100100001001100011000001110011010101100011100110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9098C1; }

 p { color: rgb(144,152,193); }

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

<style>
 a { background-color: #9098C1; }

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

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

<style>
 span { border-color: #9098C1; }

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

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