#928ECE

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

Shades of Blue Bell #928ECE

Tints of Blue Bell #928ECE

Color information

#928ECE (or 0x928ECE) is unknown color: approx Blue Bell. HEX triplet: 92, 8E and CE. RGB value is (146,142,206). Sum of RGB (Red+Green+Blue) = 146+142+206=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #928ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ECE is #6D7131. Grayscale: #969696. Windows color (decimal): -7172402 or 13536914. OLE color: 13536914.

HSL color Cylindrical-coordinate representation of color #928ECE: hue angle of 243.75º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #928ECE is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146142206-
CMYK0.290.3100.19
HSL243.75º39.51%68.24%-
HSV(B)243.75º31.07%80.78%-
XYZ32.6729.9162.44-
YUV150.49159.33124.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=29.55%
G=28.74%
B=41.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461422060.290.3100.19243.7539.5168.24
Hex928ECE1D1F013f42844
Octal222216316353702336450104
Binary1001001010001110110011101110111111010011111101001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,142,206); }

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

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

 a { background-color: rgb(146,142,206); }

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

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

 span { border-color: rgb(146,142,206); }

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