#9994CE

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

Shades of Blue Bell #9994CE

Tints of Blue Bell #9994CE

Color information

#9994CE (or 0x9994CE) is unknown color: approx Blue Bell. HEX triplet: 99, 94 and CE. RGB value is (153,148,206). Sum of RGB (Red+Green+Blue) = 153+148+206=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #9994CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994CE is #666B31. Grayscale: #9B9B9B. Windows color (decimal): -6712114 or 13538457. OLE color: 13538457.

HSL color Cylindrical-coordinate representation of color #9994CE: hue angle of 245.17º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9994CE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153148206-
CMYK0.260.2800.19
HSL245.17º37.18%69.41%-
HSV(B)245.17º28.16%80.78%-
XYZ34.8732.4162.81-
YUV156.11156.16125.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=30.18%
G=29.19%
B=40.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531482060.260.2800.19245.1737.1869.41
Hex9994CE1A1C013f52545
Octal231224316323402336545105
Binary1001100110010100110011101101011100010011111101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9994CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9994CE; }

 p { color: rgb(153,148,206); }

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

<style>
 a { background-color: #9994CE; }

 a { background-color: rgb(153,148,206); }

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

<style>
 span { border-color: #9994CE; }

 span { border-color: rgb(153,148,206); }

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