#9992D0

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

Shades of Blue Bell #9992D0

Tints of Blue Bell #9992D0

Color information

#9992D0 (or 0x9992D0) is unknown color: approx Blue Bell. HEX triplet: 99, 92 and D0. RGB value is (153,146,208). Sum of RGB (Red+Green+Blue) = 153+146+208=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #9992D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992D0 is #666D2F. Grayscale: #9A9A9A. Windows color (decimal): -6712624 or 13669017. OLE color: 13669017.

HSL color Cylindrical-coordinate representation of color #9992D0: hue angle of 246.77º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9992D0 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153146208-
CMYK0.260.3000.18
HSL246.77º39.74%69.41%-
HSV(B)246.77º29.81%81.57%-
XYZ34.831.8863.99-
YUV155.16157.82126.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=30.18%
G=28.80%
B=41.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531462080.260.3000.18246.7739.7469.41
Hex9992D01A1E012f72845
Octal231222320323602236750105
Binary1001100110010010110100001101011110010010111101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9992D0; }

 p { color: rgb(153,146,208); }

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

<style>
 a { background-color: #9992D0; }

 a { background-color: rgb(153,146,208); }

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

<style>
 span { border-color: #9992D0; }

 span { border-color: rgb(153,146,208); }

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