#9291D4

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

Shades of Blue Bell #9291D4

Tints of Blue Bell #9291D4

Color information

#9291D4 (or 0x9291D4) is unknown color: approx Blue Bell. HEX triplet: 92, 91 and D4. RGB value is (146,145,212). Sum of RGB (Red+Green+Blue) = 146+145+212=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #9291D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291D4 is #6D6E2B. Grayscale: #989898. Windows color (decimal): -7171628 or 13930898. OLE color: 13930898.

HSL color Cylindrical-coordinate representation of color #9291D4: hue angle of 240.9º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9291D4 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146145212-
CMYK0.310.3200.17
HSL240.9º43.79%70%-
HSV(B)240.9º31.6%83.14%-
XYZ33.8631.1266.51-
YUV152.94161.33123.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=29.03%
G=28.83%
B=42.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461452120.310.3200.17240.943.7970
Hex9291D41F20011f12c46
Octal222221324374002136154106
Binary10010010100100011101010011111100000010001111100011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9291D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9291D4; }

 p { color: rgb(146,145,212); }

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

<style>
 a { background-color: #9291D4; }

 a { background-color: rgb(146,145,212); }

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

<style>
 span { border-color: #9291D4; }

 span { border-color: rgb(146,145,212); }

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