#928AD1

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

Shades of Blue Bell #928AD1

Tints of Blue Bell #928AD1

Color information

#928AD1 (or 0x928AD1) is unknown color: approx Blue Bell. HEX triplet: 92, 8A and D1. RGB value is (146,138,209). Sum of RGB (Red+Green+Blue) = 146+138+209=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #928AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AD1 is #6D752E. Grayscale: #949494. Windows color (decimal): -7173423 or 13732498. OLE color: 13732498.

HSL color Cylindrical-coordinate representation of color #928AD1: hue angle of 246.76º 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 #928AD1 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146138209-
CMYK0.300.3400.18
HSL246.76º43.56%68.04%-
HSV(B)246.76º33.97%81.96%-
XYZ32.4528.8964.19-
YUV148.49162.15126.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=29.61%
G=27.99%
B=42.39%

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
Decimal1461382090.300.3400.18246.7643.5668.04
Hex928AD11E22012f72c44
Octal222212321364202236754104
Binary10010010100010101101000111110100010010010111101111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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