#928DD4

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

Shades of Blue Bell #928DD4

Tints of Blue Bell #928DD4

Color information

#928DD4 (or 0x928DD4) is unknown color: approx Blue Bell. HEX triplet: 92, 8D and D4. RGB value is (146,141,212). Sum of RGB (Red+Green+Blue) = 146+141+212=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #928DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DD4 is #6D722B. Grayscale: #969696. Windows color (decimal): -7172652 or 13929874. OLE color: 13929874.

HSL color Cylindrical-coordinate representation of color #928DD4: hue angle of 244.23º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #928DD4 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146141212-
CMYK0.310.3300.17
HSL244.23º45.22%69.22%-
HSV(B)244.23º33.49%83.14%-
XYZ33.2629.9166.31-
YUV150.59162.66124.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=29.26%
G=28.26%
B=42.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461412120.310.3300.17244.2345.2269.22
Hex928DD41F21011f42d45
Octal222215324374102136455105
Binary10010010100011011101010011111100001010001111101001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,141,212); }

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

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

 a { background-color: rgb(146,141,212); }

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

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

 span { border-color: rgb(146,141,212); }

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