#928DCD

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

Shades of Blue Bell #928DCD

Tints of Blue Bell #928DCD

Color information

#928DCD (or 0x928DCD) is unknown color: approx Blue Bell. HEX triplet: 92, 8D and CD. RGB value is (146,141,205). Sum of RGB (Red+Green+Blue) = 146+141+205=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #928DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DCD is #6D7232. Grayscale: #959595. Windows color (decimal): -7172659 or 13471122. OLE color: 13471122.

HSL color Cylindrical-coordinate representation of color #928DCD: hue angle of 244.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #928DCD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146141205-
CMYK0.290.3100.20
HSL244.69º39.02%67.84%-
HSV(B)244.69º31.22%80.39%-
XYZ32.429.5761.76-
YUV149.79159.16125.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=29.67%
G=28.66%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461412050.290.3100.20244.6939.0267.84
Hex928DCD1D1F014f52744
Octal222215315353702436547104
Binary1001001010001101110011011110111111010100111101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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