#9087DC

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

Shades of Blue Bell #9087DC

Tints of Blue Bell #9087DC

Color information

#9087DC (or 0x9087DC) is unknown color: approx Blue Bell. HEX triplet: 90, 87 and DC. RGB value is (144,135,220). Sum of RGB (Red+Green+Blue) = 144+135+220=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #9087DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087DC is #6F7823. Grayscale: #939393. Windows color (decimal): -7305252 or 14452624. OLE color: 14452624.

HSL color Cylindrical-coordinate representation of color #9087DC: hue angle of 246.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9087DC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144135220-
CMYK0.350.3900.14
HSL246.35º54.84%69.61%-
HSV(B)246.35º38.64%86.27%-
XYZ33.0828.4271.45-
YUV147.38168.98125.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=28.86%
G=27.05%
B=44.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441352200.350.3900.14246.3554.8469.61
Hex9087DC23270Ef63746
Octal220207334434701636667106
Binary10010000100001111101110010001110011101110111101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9087DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9087DC; }

 p { color: rgb(144,135,220); }

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

<style>
 a { background-color: #9087DC; }

 a { background-color: rgb(144,135,220); }

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

<style>
 span { border-color: #9087DC; }

 span { border-color: rgb(144,135,220); }

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