#9198CD

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

Shades of Blue Bell #9198CD

Tints of Blue Bell #9198CD

Color information

#9198CD (or 0x9198CD) is unknown color: approx Blue Bell. HEX triplet: 91, 98 and CD. RGB value is (145,152,205). Sum of RGB (Red+Green+Blue) = 145+152+205=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9198CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198CD is #6E6732. Grayscale: #9B9B9B. Windows color (decimal): -7235379 or 13473937. OLE color: 13473937.

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

Color convert

RGB145152205-
CMYK0.290.2600.20
HSL233º37.5%68.63%-
HSV(B)233º29.27%80.39%-
XYZ33.9232.8862.32-
YUV155.95155.68120.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.88%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=28.88%
G=30.28%
B=40.84%

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
Decimal1451522050.290.2600.2023337.568.63
Hex9198CD1D1A014e92545
Octal221230315353202435145105
Binary1001000110011000110011011110111010010100111010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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