#9892D7

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

Shades of Blue Bell #9892D7

Tints of Blue Bell #9892D7

Color information

#9892D7 (or 0x9892D7) is unknown color: approx Blue Bell. HEX triplet: 98, 92 and D7. RGB value is (152,146,215). Sum of RGB (Red+Green+Blue) = 152+146+215=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #9892D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892D7 is #676D28. Grayscale: #9B9B9B. Windows color (decimal): -6778153 or 14127768. OLE color: 14127768.

HSL color Cylindrical-coordinate representation of color #9892D7: hue angle of 245.22º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9892D7 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152146215-
CMYK0.290.3200.16
HSL245.22º46.31%70.78%-
HSV(B)245.22º32.09%84.31%-
XYZ35.4932.1468.62-
YUV155.66161.49125.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.63%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=29.63%
G=28.46%
B=41.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521462150.290.3200.16245.2246.3170.78
Hex9892D71D20010f52e47
Octal230222327354002036556107
Binary10011000100100101101011111101100000010000111101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9892D7; }

 p { color: rgb(152,146,215); }

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

<style>
 a { background-color: #9892D7; }

 a { background-color: rgb(152,146,215); }

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

<style>
 span { border-color: #9892D7; }

 span { border-color: rgb(152,146,215); }

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