#928CCD

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

Shades of Blue Bell #928CCD

Tints of Blue Bell #928CCD

Color information

#928CCD (or 0x928CCD) is unknown color: approx Blue Bell. HEX triplet: 92, 8C and CD. RGB value is (146,140,205). Sum of RGB (Red+Green+Blue) = 146+140+205=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #928CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928CCD is #6D7332. Grayscale: #949494. Windows color (decimal): -7172915 or 13470866. OLE color: 13470866.

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

Color convert

RGB146140205-
CMYK0.290.3200.20
HSL245.54º39.39%67.65%-
HSV(B)245.54º31.71%80.39%-
XYZ32.2529.2761.71-
YUV149.2159.49125.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=29.74%
G=28.51%
B=41.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461402050.290.3200.20245.5439.3967.65
Hex928CCD1D20014f62744
Octal222214315354002436647104
Binary10010010100011001100110111101100000010100111101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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