#9287DE

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

Shades of Blue Bell #9287DE

Tints of Blue Bell #9287DE

Color information

#9287DE (or 0x9287DE) is unknown color: approx Blue Bell. HEX triplet: 92, 87 and DE. RGB value is (146,135,222). Sum of RGB (Red+Green+Blue) = 146+135+222=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #9287DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287DE is #6D7821. Grayscale: #939393. Windows color (decimal): -7174178 or 14583698. OLE color: 14583698.

HSL color Cylindrical-coordinate representation of color #9287DE: hue angle of 247.59º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9287DE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146135222-
CMYK0.340.3900.13
HSL247.59º56.86%70%-
HSV(B)247.59º39.19%87.06%-
XYZ33.728.7172.87-
YUV148.21169.64126.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=29.03%
G=26.84%
B=44.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461352220.340.3900.13247.5956.8670
Hex9287DE22270Df83946
Octal222207336424701537071106
Binary10010010100001111101111010001010011101101111110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9287DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9287DE; }

 p { color: rgb(146,135,222); }

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

<style>
 a { background-color: #9287DE; }

 a { background-color: rgb(146,135,222); }

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

<style>
 span { border-color: #9287DE; }

 span { border-color: rgb(146,135,222); }

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