#928AD2

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

Shades of Blue Bell #928AD2

Tints of Blue Bell #928AD2

Color information

#928AD2 (or 0x928AD2) is unknown color: approx Blue Bell. HEX triplet: 92, 8A and D2. RGB value is (146,138,210). Sum of RGB (Red+Green+Blue) = 146+138+210=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #928AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AD2 is #6D752D. Grayscale: #949494. Windows color (decimal): -7173422 or 13798034. OLE color: 13798034.

HSL color Cylindrical-coordinate representation of color #928AD2: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928AD2 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146138210-
CMYK0.300.3400.18
HSL246.67º44.44%68.24%-
HSV(B)246.67º34.29%82.35%-
XYZ32.5828.9464.84-
YUV148.6162.65126.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=29.55%
G=27.94%
B=42.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461382100.300.3400.18246.6744.4468.24
Hex928AD21E22012f72c44
Octal222212322364202236754104
Binary10010010100010101101001011110100010010010111101111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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