#928FC6

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

Shades of Blue Bell #928FC6

Tints of Blue Bell #928FC6

Color information

#928FC6 (or 0x928FC6) is unknown color: approx Blue Bell. HEX triplet: 92, 8F and C6. RGB value is (146,143,198). Sum of RGB (Red+Green+Blue) = 146+143+198=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #928FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FC6 is #6D7039. Grayscale: #959595. Windows color (decimal): -7172154 or 13012882. OLE color: 13012882.

HSL color Cylindrical-coordinate representation of color #928FC6: hue angle of 243.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #928FC6 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146143198-
CMYK0.260.2800.22
HSL243.27º32.54%66.86%-
HSV(B)243.27º27.78%77.65%-
XYZ31.8729.8357.5-
YUV150.17154.99125.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=29.98%
G=29.36%
B=40.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461431980.260.2800.22243.2732.5466.86
Hex928FC61A1C016f32143
Octal222217306323402636341103
Binary1001001010001111110001101101011100010110111100111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,143,198); }

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

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

 a { background-color: rgb(146,143,198); }

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

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

 span { border-color: rgb(146,143,198); }

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