#928ECA

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

Shades of Blue Bell #928ECA

Tints of Blue Bell #928ECA

Color information

#928ECA (or 0x928ECA) is unknown color: approx Blue Bell. HEX triplet: 92, 8E and CA. RGB value is (146,142,202). Sum of RGB (Red+Green+Blue) = 146+142+202=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #928ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ECA is #6D7135. Grayscale: #959595. Windows color (decimal): -7172406 or 13274770. OLE color: 13274770.

HSL color Cylindrical-coordinate representation of color #928ECA: hue angle of 244º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928ECA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146142202-
CMYK0.280.3000.21
HSL244º36.14%67.45%-
HSV(B)244º29.7%79.22%-
XYZ32.1929.7259.92-
YUV150.04157.33125.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=29.80%
G=28.98%
B=41.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461422020.280.3000.2124436.1467.45
Hex928ECA1C1E015f42443
Octal222216312343602536444103
Binary1001001010001110110010101110011110010101111101001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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