#928AE0

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

Shades of Blue Bell #928AE0

Tints of Blue Bell #928AE0

Color information

#928AE0 (or 0x928AE0) is unknown color: approx Blue Bell. HEX triplet: 92, 8A and E0. RGB value is (146,138,224). Sum of RGB (Red+Green+Blue) = 146+138+224=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #928AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AE0 is #6D751F. Grayscale: #959595. Windows color (decimal): -7173408 or 14715538. OLE color: 14715538.

HSL color Cylindrical-coordinate representation of color #928AE0: hue angle of 245.58º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928AE0 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146138224-
CMYK0.350.3800.12
HSL245.58º58.11%70.98%-
HSV(B)245.58º38.39%87.84%-
XYZ34.429.6774.43-
YUV150.2169.65125.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.74%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=28.74%
G=27.17%
B=44.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461382240.350.3800.12245.5858.1170.98
Hex928AE023260Cf63a47
Octal222212340434601436672107
Binary10010010100010101110000010001110011001100111101101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,138,224); }

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

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

 a { background-color: rgb(146,138,224); }

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

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

 span { border-color: rgb(146,138,224); }

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