#929BCC

Color #929BCC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #929BCC

Tints of Portage #929BCC

Color information

#929BCC (or 0x929BCC) is unknown color: approx Portage. HEX triplet: 92, 9B and CC. RGB value is (146,155,204). Sum of RGB (Red+Green+Blue) = 146+155+204=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #929BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BCC is #6D6433. Grayscale: #9D9D9D. Windows color (decimal): -7169076 or 13409170. OLE color: 13409170.

HSL color Cylindrical-coordinate representation of color #929BCC: hue angle of 230.69º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #929BCC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146155204-
CMYK0.280.2400.2
HSL230.69º36.25%68.63%-
HSV(B)230.69º28.43%80%-
XYZ34.4733.9161.86-
YUV157.9154.02119.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=28.91%
G=30.69%
B=40.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461552040.280.2400.2230.6936.2568.63
Hex929BCC1C18014e72445
Octal222233314343002434744105
Binary1001001010011011110011001110011000010100111001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929BCC; }

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

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

<style>
 a { background-color: #929BCC; }

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

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

<style>
 span { border-color: #929BCC; }

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

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