#928DBE

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

Shades of Blue Bell #928DBE

Tints of Blue Bell #928DBE

Color information

#928DBE (or 0x928DBE) is unknown color: approx Blue Bell. HEX triplet: 92, 8D and BE. RGB value is (146,141,190). Sum of RGB (Red+Green+Blue) = 146+141+190=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #928DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DBE is #6D7241. Grayscale: #939393. Windows color (decimal): -7172674 or 12488082. OLE color: 12488082.

HSL color Cylindrical-coordinate representation of color #928DBE: hue angle of 246.12º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #928DBE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146141190-
CMYK0.230.2600.25
HSL246.12º27.37%64.9%-
HSV(B)246.12º25.79%74.51%-
XYZ30.6728.8852.67-
YUV148.08151.66126.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=30.61%
G=29.56%
B=39.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461411900.230.2600.25246.1227.3764.9
Hex928DBE171A019f61b41
Octal222215276273203136633101
Binary100100101000110110111110101111101001100111110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928DBE; }

 p { color: rgb(146,141,190); }

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

<style>
 a { background-color: #928DBE; }

 a { background-color: rgb(146,141,190); }

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

<style>
 span { border-color: #928DBE; }

 span { border-color: rgb(146,141,190); }

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