#928DC3

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

Shades of Blue Bell #928DC3

Tints of Blue Bell #928DC3

Color information

#928DC3 (or 0x928DC3) is unknown color: approx Blue Bell. HEX triplet: 92, 8D and C3. RGB value is (146,141,195). Sum of RGB (Red+Green+Blue) = 146+141+195=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #928DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DC3 is #6D723C. Grayscale: #949494. Windows color (decimal): -7172669 or 12815762. OLE color: 12815762.

HSL color Cylindrical-coordinate representation of color #928DC3: hue angle of 245.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #928DC3 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146141195-
CMYK0.250.2800.24
HSL245.56º31.03%65.88%-
HSV(B)245.56º27.69%76.47%-
XYZ31.2329.155.6-
YUV148.65154.16126.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.29%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=30.29%
G=29.25%
B=40.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461411950.250.2800.24245.5631.0365.88
Hex928DC3191C018f61f42
Octal222215303313403036637102
Binary100100101000110111000011110011110001100011110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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