#929BCB

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

Shades of Portage #929BCB

Tints of Portage #929BCB

Color information

#929BCB (or 0x929BCB) is unknown color: approx Portage. HEX triplet: 92, 9B and CB. RGB value is (146,155,203). Sum of RGB (Red+Green+Blue) = 146+155+203=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #929BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BCB is #6D6434. Grayscale: #9D9D9D. Windows color (decimal): -7169077 or 13343634. OLE color: 13343634.

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

Color convert

RGB146155203-
CMYK0.280.2400.20
HSL230.53º35.4%68.43%-
HSV(B)230.53º28.08%79.61%-
XYZ34.3533.8761.23-
YUV157.78153.52119.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=28.97%
G=30.75%
B=40.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461552030.280.2400.20230.5335.468.43
Hex929BCB1C18014e72344
Octal222233313343002434743104
Binary1001001010011011110010111110011000010100111001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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