#9997C1

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

Shades of Blue Bell #9997C1

Tints of Blue Bell #9997C1

Color information

#9997C1 (or 0x9997C1) is unknown color: approx Blue Bell. HEX triplet: 99, 97 and C1. RGB value is (153,151,193). Sum of RGB (Red+Green+Blue) = 153+151+193=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #9997C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997C1 is #66683E. Grayscale: #9C9C9C. Windows color (decimal): -6711359 or 12687257. OLE color: 12687257.

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

Color convert

RGB153151193-
CMYK0.210.2200.24
HSL242.86º25.3%67.45%-
HSV(B)242.86º21.76%75.69%-
XYZ33.8332.7654.99-
YUV156.39148.66125.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=30.78%
G=30.38%
B=38.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531511930.210.2200.24242.8625.367.45
Hex9997C11516018f31943
Octal231227301252603036331103
Binary100110011001011111000001101011011001100011110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9997C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,151,193); }

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

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

 a { background-color: rgb(153,151,193); }

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

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

 span { border-color: rgb(153,151,193); }

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