#928FCC

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

Shades of Blue Bell #928FCC

Tints of Blue Bell #928FCC

Color information

#928FCC (or 0x928FCC) is unknown color: approx Blue Bell. HEX triplet: 92, 8F and CC. RGB value is (146,143,204). Sum of RGB (Red+Green+Blue) = 146+143+204=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #928FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FCC is #6D7033. Grayscale: #969696. Windows color (decimal): -7172148 or 13406098. OLE color: 13406098.

HSL color Cylindrical-coordinate representation of color #928FCC: hue angle of 242.95º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928FCC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146143204-
CMYK0.280.3000.2
HSL242.95º37.42%68.04%-
HSV(B)242.95º29.9%80%-
XYZ32.5830.1261.22-
YUV150.85157.99124.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=29.61%
G=29.01%
B=41.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461432040.280.3000.2242.9537.4268.04
Hex928FCC1C1E014f32544
Octal222217314343602436345104
Binary1001001010001111110011001110011110010100111100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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