#928CBE

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

Shades of Blue Bell #928CBE

Tints of Blue Bell #928CBE

Color information

#928CBE (or 0x928CBE) is unknown color: approx Blue Bell. HEX triplet: 92, 8C and BE. RGB value is (146,140,190). Sum of RGB (Red+Green+Blue) = 146+140+190=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #928CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928CBE is #6D7341. Grayscale: #939393. Windows color (decimal): -7172930 or 12487826. OLE color: 12487826.

HSL color Cylindrical-coordinate representation of color #928CBE: hue angle of 247.2º degrees, saturation: 0.28, 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 #928CBE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146140190-
CMYK0.230.2600.25
HSL247.2º27.78%64.71%-
HSV(B)247.2º26.32%74.51%-
XYZ30.5328.5852.62-
YUV147.49151.99126.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=30.67%
G=29.41%
B=39.92%

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
Decimal1461401900.230.2600.25247.227.7864.71
Hex928CBE171A019f71c41
Octal222214276273203136734101
Binary100100101000110010111110101111101001100111110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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