#928AD7

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

Shades of Blue Bell #928AD7

Tints of Blue Bell #928AD7

Color information

#928AD7 (or 0x928AD7) is unknown color: approx Blue Bell. HEX triplet: 92, 8A and D7. RGB value is (146,138,215). Sum of RGB (Red+Green+Blue) = 146+138+215=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #928AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AD7 is #6D7528. Grayscale: #949494. Windows color (decimal): -7173417 or 14125714. OLE color: 14125714.

HSL color Cylindrical-coordinate representation of color #928AD7: hue angle of 246.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #928AD7 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146138215-
CMYK0.320.3600.16
HSL246.23º49.04%69.22%-
HSV(B)246.23º35.81%84.31%-
XYZ33.2129.1968.17-
YUV149.17165.15125.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=29.26%
G=27.66%
B=43.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461382150.320.3600.16246.2349.0469.22
Hex928AD72024010f63145
Octal222212327404402036661105
Binary100100101000101011010111100000100100010000111101101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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