#929BCD

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

Shades of Portage #929BCD

Tints of Portage #929BCD

Color information

#929BCD (or 0x929BCD) is unknown color: approx Portage. HEX triplet: 92, 9B and CD. RGB value is (146,155,205). Sum of RGB (Red+Green+Blue) = 146+155+205=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #929BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BCD is #6D6432. Grayscale: #9D9D9D. Windows color (decimal): -7169075 or 13474706. OLE color: 13474706.

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

Color convert

RGB146155205-
CMYK0.290.2400.20
HSL230.85º37.11%68.82%-
HSV(B)230.85º28.78%80.39%-
XYZ34.5933.9662.49-
YUV158.01154.52119.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=28.85%
G=30.63%
B=40.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461552050.290.2400.20230.8537.1168.82
Hex929BCD1D18014e72545
Octal222233315353002434745105
Binary1001001010011011110011011110111000010100111001111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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