#928AD5

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

Shades of Blue Bell #928AD5

Tints of Blue Bell #928AD5

Color information

#928AD5 (or 0x928AD5) is unknown color: approx Blue Bell. HEX triplet: 92, 8A and D5. RGB value is (146,138,213). Sum of RGB (Red+Green+Blue) = 146+138+213=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #928AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AD5 is #6D752A. Grayscale: #949494. Windows color (decimal): -7173419 or 13994642. OLE color: 13994642.

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

Color convert

RGB146138213-
CMYK0.310.3500.16
HSL246.4º47.17%68.82%-
HSV(B)246.4º35.21%83.53%-
XYZ32.9529.0966.83-
YUV148.94164.15125.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=29.38%
G=27.77%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461382130.310.3500.16246.447.1768.82
Hex928AD51F23010f62f45
Octal222212325374302036657105
Binary10010010100010101101010111111100011010000111101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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